OFFSET
0,9
COMMENTS
Number of partitions of n into parts 4, 8, and 9. - Hoang Xuan Thanh, Sep 13 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,1,0,0,0,1,1,0,0,-1,-1,0,0,0,-1,0,0,0,1).
FORMULA
a(n) = floor((n+8)*(n+40)/576 - (n+4)*(n mod 4)/32 + ((8*n^2+6*n+4) mod 9)/9). - Hoang Xuan Thanh, Sep 13 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^8)(1-x^9)), {x, 0, 80}], x] (* Harvey P. Dale, Jul 05 2011 *)
LinearRecurrence[{0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, -1, -1, 0, 0, 0, -1, 0, 0, 0, 1}, {1, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0, 0, 2, 1, 0, 0, 3, 2, 1, 0, 3}, 80] (* Harvey P. Dale, Jan 14 2022 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
