OFFSET
0,8
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 0, 0, 1, -1, 0, 1, -1, 1, -1, 0, 0, 0, -1, 1, -1, 1, 0, -1, 1, 0, 0, 0, 0, 0, 1, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^7)(1-x^10)(1-x^12)), {x, 0, 80}], x] (* Harvey P. Dale, Jul 26 2011 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^7)*(1-x^10)*(1-x^12)) + O(x^99)) \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved