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”).

A029174
Expansion of 1/((1-x^2)(1-x^4)(1-x^5)(1-x^9)).
0
1, 0, 1, 0, 2, 1, 2, 1, 3, 3, 4, 3, 5, 5, 7, 6, 8, 8, 11, 10, 13, 12, 16, 15, 19, 18, 22, 22, 26, 26, 30, 30, 35, 35, 40, 40, 46, 46, 52, 52, 59, 59, 66, 66, 74, 75, 82, 83, 91, 93, 101, 102, 111, 113, 123, 124, 134, 136
OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,1,1,-1,-1,0,0,0,0,0,-1,-1,1,1,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^4)(1-x^5)(1-x^9)), {x, 0, 100}], x] (* Jinyuan Wang, Mar 15 2020 *)
CROSSREFS
Sequence in context: A340756 A030273 A029197 * A058753 A282249 A330953
KEYWORD
nonn,easy
STATUS
approved