OFFSET
0,11
COMMENTS
Number of partitions of n into parts 3, 5, 10, and 11. - Vincenzo Librandi, Jun 04 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,0,1,0,0,-1,0,1,1,0,-1,-1,-1,-1,0,1,1,0,-1,0,0,1,0,1,0,0,-1).
FORMULA
a(n) = floor((2*n^3+87*n^2+738*n+6400)/19800 + ((4*n^2+n+2) mod 5)*n/50 + ((n+2) mod 3)/9 + ((6*n^3+8*n^2+3*n+5) mod 11)/11). - Hoang Xuan Thanh, Mar 31 2026
MATHEMATICA
CoefficientList[Series[1/((1-x^3)(1-x^5)(1-x^10)(1-x^11)), {x, 0, 70}], x] (* Harvey P. Dale, Dec 12 2012 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
