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