OFFSET
0,7
COMMENTS
a(n) is the number of partitions of n into parts 2, 5, 6, and 8. - Joerg Arndt, Jun 11 2025
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,1,1,-1,0,0,-1,-1,0,0,-1,1,1,0,0,1,0,-1).
FORMULA
From Hoang Xuan Thanh, Jun 11 2025: (Start)
a(n) = floor((2*n^3 + (63+15*(-1)^n)*n^2 + (597+315*(-1)^n)*n + 4330 + 1430*(-1)^n)/5760). (End)
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^5) (1 - x^6) (1 - x^8)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 02 2014 *)
LinearRecurrence[{0, 1, 0, 0, 1, 1, -1, 0, 0, -1, -1, 0, 0, -1, 1, 1, 0, 0, 1, 0, -1}, {1, 0, 1, 0, 1, 1, 2, 1, 3, 1, 4, 2, 5, 3, 6, 4, 8, 5, 10, 6, 12}, 100] (* Harvey P. Dale, May 28 2017 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
