OFFSET
0,11
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 1, 1, 1, 0, 0, 1, -1, -1, -1, 0, -1, -1, -1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x^5)(1-x^6)(1-x^7)(1-x^10)), {x, 0, 100}], x] (* Jinyuan Wang, Mar 11 2020 *)
PROG
(PARI) Vec(1/((1-x^5)*(1-x^6)*(1-x^7)*(1-x^10)) + O(x^80)) \\ Andrew Howroyd, Mar 11 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved