Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A025855
Expansion of 1/((1-x^3)(1-x^9)(1-x^11)).
0
1, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 1, 2, 0, 1, 2, 0, 1, 3, 0, 2, 3, 1, 2, 3, 1, 2, 4, 1, 3, 4, 2, 3, 5, 2, 3, 6, 2, 4, 6, 3, 4, 7, 3, 5, 8, 3, 6, 8, 4, 6, 9, 4, 7, 10, 5, 8, 10, 6, 8, 11, 6, 9, 12, 7, 10, 13, 8, 10, 14, 8, 11, 15, 9, 12, 16
OFFSET
0,10
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,0,0,0,0,1,0,1,-1,0,-1,0,0,0,0,0,-1,0,0,1).
FORMULA
G.f.: 1/((1-x^3)*(1-x^9)*(1-x^11)).
a(n) = a(n-3) + a(n-9) + a(n-11) - a(n-12) - a(n-14) - a(n-20) + a(n-23). - Wesley Ivan Hurt, Jan 20 2024
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^9)(1-x^11)), {x, 0, 80}], x] (* or *) LinearRecurrence[ {0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, -1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 1}, {1, 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 1, 2, 0, 1, 2, 0, 1, 3, 0, 2, 3, 1}, 80] (* Harvey P. Dale, Nov 07 2022 *)
CROSSREFS
Sequence in context: A025678 A073189 A194519 * A215590 A097203 A025850
KEYWORD
nonn
AUTHOR
STATUS
approved