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