OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, 9 and 12. - Michel Marcus, Jul 20 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1,0,0,1,-1,0,1,-1,-1,1,0,-1,1,0,0,-1,1,0,0,0,1,-1).
FORMULA
a(n) = floor((2*n^3 + 81*n^2 + 948*n + 6745)/6480 + (n/108)*[(n mod 3)=0] - (1/5)*[(n mod 5)=3]). - Hoang Xuan Thanh, Jul 20 2025
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^5)(1-x^9)(1-x^12)), {x, 0, 70}], x] (* Jinyuan Wang, Mar 18 2020 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
