OFFSET
0,5
COMMENTS
a(n) is the number of partitions of n into parts 2, 4, and 11. - Hoang Xuan Thanh, Jun 19 2025
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,1,0,-1,0,0,0,0,1,0,-1,0,-1,0,1).
FORMULA
a(n) = floor((n^2 + n*(17+11*(-1)^n) + 94*(-1)^n + 131)/176 + (1/11)*[(n mod 11)=8]). - Hoang Xuan Thanh, Jul 07 2025
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^4)(1-x^11)), {x, 0, 70}], x] (* Harvey P. Dale, Apr 14 2019 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
