login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029140
Expansion of 1/((1-x^2)(1-x^3)(1-x^4)(1-x^10)).
0
1, 0, 1, 1, 2, 1, 3, 2, 4, 3, 6, 4, 8, 6, 10, 8, 13, 10, 16, 13, 20, 16, 24, 20, 29, 24, 34, 29, 40, 34, 47, 40, 54, 47, 62, 54, 71, 62, 80, 71, 91, 80, 102, 91, 114, 102, 127, 114, 141, 127, 156, 141, 172, 156, 189
OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,1,-1,-1,-1,0,1,1,0,-1,-1,-1,1,1,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^3)(1-x^4)(1-x^10)), {x, 0, 100}], x] (* Jinyuan Wang, Mar 18 2020 *)
CROSSREFS
Sequence in context: A161227 A115584 A058742 * A008584 A352833 A034390
KEYWORD
nonn,easy
STATUS
approved