OFFSET
0,7
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 1, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^6)(1-x^11)(1-x^12)), {x, 0, 70}], x] (* or *) LinearRecurrence[{1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 1, -1}, {1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 5, 5, 5, 5, 5, 6, 8, 8, 8, 8, 9, 11, 14, 14, 14, 14, 15, 17}, 70] (* Harvey P. Dale, Jun 01 2021 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^6)*(1-x^11)*(1-x^12)) + O(x^99)) \\ Jinyuan Wang, Mar 18 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved