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!)
A029326 Expansion of 1/((1-x^4)(1-x^5)(1-x^6)(1-x^7)). 1
1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 3, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 9, 9, 10, 10, 12, 12, 14, 14, 16, 16, 18, 19, 21, 21, 23, 24, 27, 27, 30, 30, 33, 34, 37, 38, 41, 42, 45, 46, 50, 51, 55, 56, 60, 61, 65, 67, 72, 73, 77, 79, 84, 86, 91, 93, 98, 100, 106 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
Number of partitions of n into parts 4, 5, 6 and 7. - Seiichi Manyama, Jun 16 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,1,1,1,1,0,-1,-1,-2,-1,-1,0,1,1,1,1,0,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^4)(1-x^5)(1-x^6)(1-x^7)), {x, 0, 70}], x] (* Harvey P. Dale, Jun 17 2011 *)
PROG
(PARI) Vec(1/((1-x^4)*(1-x^5)*(1-x^6)*(1-x^7)) + O(x^100)) \\ Michel Marcus, Jun 16 2017
CROSSREFS
Sequence in context: A341307 A103469 A337932 * A239500 A029204 A241085
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 April 16 19:48 EDT 2024. Contains 371754 sequences. (Running on oeis4.)