OFFSET
0,11
COMMENTS
Number of partitions of n into parts 4, 5, 7, and 10. - Hoang Xuan Thanh, Apr 19 2026
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,1,1,0,1,0,-1,1,-1,-1,0,-1,-1,1,-1,0,1,0,1,1,0,0,0,-1).
FORMULA
a(n) = floor((n^3+39*n^2+344*n+1500)/8400 - (n mod 2)*n/80 + ((4*n^2+4*n+2) mod 5)*n/50 + ((n mod 4)-2)^2/16 + ((2*n^3+n^2+2*n+4) mod 7)/7). - Hoang Xuan Thanh, Apr 19 2026
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^5)(1-x^7)(1-x^10)), {x, 0, 70}], x] (* Harvey P. Dale, Aug 12 2014 *)
PROG
(PARI) Vec(1/((1-x^4)*(1-x^5)*(1-x^7)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
