login
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