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!)
A029220 Expansion of 1/((1-x^2)*(1-x^6)*(1-x^8)*(1-x^11)). 1
1, 0, 1, 0, 1, 0, 2, 0, 3, 0, 3, 1, 4, 1, 5, 1, 6, 2, 7, 3, 8, 3, 10, 4, 12, 5, 13, 6, 15, 7, 18, 8, 20, 10, 22, 12, 25, 13, 28, 15, 31, 18, 34, 20, 38, 22, 42, 25, 46, 28, 50, 31, 55, 34, 60, 38, 65, 42, 70, 46, 76, 50, 82, 55, 88, 60, 95, 65, 102, 70 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Gives the number of ways one can write n as the sum of the numbers 2, 6, 8 and 11 if the order of the summands is irrelevant. - Stefan Steinerberger, Apr 09 2006
In other words, number of partitions of n into parts 2, 6, 8, and 11. - Joerg Arndt, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,0,1,0,0,0,-1,1,0,-1,-1,0,1,-1,0,0,0,1,0,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^6)(1-x^8)(1-x^11)), {x, 0, 100}], x] (* Stefan Steinerberger, Apr 09 2006 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^6)*(1-x^8)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A349136 A035376 A259708 * A249901 A253274 A365920
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Stefan Steinerberger, Apr 09 2006
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 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)