OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, 9 and 11. - Ilya Gutkovskiy, May 21 2017
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (1,0,0,0,1,-1,0,0,1,-1,1,-1,0,-1,1,-1,1,0,0,-1,1,0,0,0,1,-1).
FORMULA
a(n) = floor((55*n^3+93*n^2+18*n+70)/54) - floor((n^3+4*n^2+2)/5) - floor((9*n^3+10*n^2+2*n+6)/11). - Hoang Xuan Thanh, Mar 03 2026
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - x^5) (1 - x^9) (1 - x^11)), {x, 0, 80}], x] (* Vincenzo Librandi, May 24 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
