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!)
A029246 Expansion of 1/((1-x^3)(1-x^4)(1-x^5)(1-x^8)). 1
1, 0, 0, 1, 1, 1, 1, 1, 3, 2, 2, 3, 4, 4, 4, 5, 7, 6, 7, 8, 10, 10, 10, 12, 15, 14, 15, 17, 20, 20, 21, 23, 27, 27, 28, 31, 35, 35, 37, 40, 45, 45, 47, 51, 56, 57, 59, 63, 70, 70, 73, 78, 84, 86, 89, 94, 102, 103, 107, 113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Number of partitions of n into parts 3, 4, 5, and 8. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,1,0,-1,0,-1,0,-1,0,-1,0,1,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^5) (1 - x^8)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^5)*(1-x^8)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A225867 A046822 A129001 * A316995 A338241 A222456
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 September 16 05:57 EDT 2024. Contains 375959 sequences. (Running on oeis4.)