login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029292
Expansion of 1/((1-x^3)(1-x^6)(1-x^7)(1-x^8)).
1
1, 0, 0, 1, 0, 0, 2, 1, 1, 2, 1, 1, 3, 2, 3, 4, 3, 3, 5, 4, 5, 7, 6, 6, 9, 7, 8, 11, 10, 10, 14, 12, 13, 16, 15, 16, 20, 18, 20, 23, 22, 23, 28, 26, 28, 32, 31, 32, 38, 36, 38, 43, 42, 43, 50, 48, 51, 56, 55, 57, 64, 62, 66
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 6, 7, and 8. - Vincenzo Librandi, Jun 04 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,0,1,1,1,-1,-1,-1,0,-1,-1,-1,1,1,1,0,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^6) (1 - x^7) (1 - x^8)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 04 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^6)*(1-x^7)*(1-x^8)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A161068 A161107 A161042 * A343662 A152198 A259342
KEYWORD
nonn,easy
STATUS
approved