OFFSET
0,5
COMMENTS
a(n) is the number of partitions of n into parts 2, 4, and 9. - Hoang Xuan Thanh, Jun 18 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,1,0,-1,0,0,1,0,-1,0,-1,0,1).
FORMULA
a(n) = floor((n^2 + n*(15+9*(-1)^n) + 116 + 64*(-1)^n)/144). - Hoang Xuan Thanh, Jun 18 2025
PROG
(PARI) Vec(1/((1-x^2)*(1-x^4)*(1-x^9))+O(x^99)) \\ Charles R Greathouse IV, Sep 27 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
