login
A029194
Expansion of 1/((1-x^2)*(1-x^5)*(1-x^6)*(1-x^8)).
1
1, 0, 1, 0, 1, 1, 2, 1, 3, 1, 4, 2, 5, 3, 6, 4, 8, 5, 10, 6, 12, 8, 14, 10, 17, 12, 20, 14, 23, 17, 27, 20, 31, 23, 35, 27, 40, 31, 45, 35, 51, 40, 57, 45, 63, 51, 70, 57, 78, 63, 86, 70, 94, 78, 103, 86, 113, 94, 123, 103
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
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(2*n) = A029032(n); a(2*n+1) = A029032(n-2) for n > 1.
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
Cf. A029032.
Sequence in context: A124072 A189357 A100053 * A246582 A059499 A113322
KEYWORD
nonn,easy
STATUS
approved