OFFSET
0,9
COMMENTS
Number of partitions of n into parts 3, 4, 8, and 10. - Vincenzo Librandi, Jun 03 2014
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,0,-1,1,0,1,-1,-1,-1,-1,1,0,1,-1,0,0,1,1,0,0,-1).
FORMULA
a(n) = floor((2*n^3+75*n^2+663*n+8640)/11520 + (-1)^n*(n^2+25*n)/1280 + ((n^2+n+2) mod 4)*n/64 + ((n^3+2*n^2+3*n+2) mod 4)/8 - ((n^3+3*n^2+2*n) mod 4)/8). - Hoang Xuan Thanh, Mar 24 2026
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^8) (1 - x^10)), {x, 0, 70}], x] (* Harvey P. Dale, Aug 16 2012 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^8)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
