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