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!)
A029273 Expansion of 1/((1-x^3)(1-x^5)(1-x^6)(1-x^8)). 1
1, 0, 0, 1, 0, 1, 2, 0, 2, 2, 1, 3, 3, 2, 4, 4, 4, 5, 6, 5, 7, 8, 7, 9, 11, 9, 12, 13, 12, 15, 17, 15, 19, 20, 19, 23, 25, 23, 28, 29, 29, 33, 35, 34, 39, 41, 41, 45, 49, 47, 53, 56, 55, 61, 65, 63, 71, 73, 73, 80, 84, 83, 91 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 5, 6, and 8. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,1,0,0,-1,0,-2,0,-1,0,0,1,1,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^5) (1 - x^6) (1 - x^8)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^6)*(1-x^8)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A059451 A083817 A286222 * A117963 A321594 A112803
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 May 3 20:19 EDT 2024. Contains 372222 sequences. (Running on oeis4.)