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

A029181
Expansion of 1/((1-x^2)(1-x^4)(1-x^7)(1-x^8)).
0
1, 0, 1, 0, 2, 0, 2, 1, 4, 1, 4, 2, 6, 2, 7, 4, 10, 4, 11, 6, 14, 7, 16, 10, 20, 11, 22, 14, 27, 16, 30, 20, 36, 22, 39, 27, 46, 30, 50, 36, 58, 39, 63, 46, 72, 50, 78, 58, 88, 63, 95, 72, 106, 78, 114, 88, 127, 95, 136, 106
OFFSET
0,5
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,1,0,-1,1,1,-1,-1,-1,-1,1,1,-1,0,1,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^4)(1-x^7)(1-x^8)), {x, 0, 70}], x] (* Harvey P. Dale, May 07 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^4)*(1-x^7)*(1-x^8)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A337563 A278648 A353508 * A261426 A260574 A058707
KEYWORD
nonn,easy
STATUS
approved