login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)