OFFSET
0,7
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,0,-1,0,0,0,0,0,0,1,0,-1,-1,0,1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^3)(1-x^12)), {x, 0, 80}], x] (* or *) LinearRecurrence[{0, 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 1}, {1, 0, 1, 1, 1, 1, 2, 1, 2, 2, 2, 2, 4, 2, 4, 4, 4}, 80] (* Harvey P. Dale, Apr 30 2018 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^12)) + O(x^75)) \\ Jinyuan Wang, Feb 28 2020
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved