OFFSET
0,9
LINKS
Harvey P. Dale, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 1, 0, 0, 1, 1, 1, 0, -1, -1, -1, 0, -1, -1, -1, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, -1).
FORMULA
G.f.: 1/((1-x^4)*(1-x^7)*(1-x^8)*(1-x^9)).
a(n) = a(n-4) + a(n-7) + a(n-8) + a(n-9) - a(n-11) - a(n-12) - a(n-13) - a(n-15) - a(n-16) - a(n-17) + a(n-19) + a(n-20) + a(n-21) + a(n-24) - a(n-28). - Wesley Ivan Hurt, Feb 22 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^7)(1-x^8)(1-x^9)), {x, 0, 80}], x] (* Harvey P. Dale, Oct 17 2011 *)
PROG
(PARI) Vec(1/((1-x^4)*(1-x^7)*(1-x^8)*(1-x^9))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved