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