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!)
A029068 Expansion of 1/((1-x)*(1-x^4)*(1-x^5)*(1-x^11)). 1
1, 1, 1, 1, 2, 3, 3, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15, 16, 18, 21, 23, 25, 27, 30, 33, 36, 39, 42, 45, 49, 53, 57, 61, 65, 70, 75, 80, 85, 90, 96, 102, 108, 114, 121, 128, 135, 142, 150, 158, 166, 174, 183, 192, 201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 5 and 11. - Ilya Gutkovskiy, May 17 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,0,-1,0,0,-1,1,1,-1,0,0, -1,0,1,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)*(1 - x^4)*(1 - x^5)*(1 - x^11)), {x, 0, 50}], x] (* G. C. Greubel, May 17 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(1/((1 - x)*(1 - x^4)*(1 - x^5)*(1 - x^11))) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A275890 A029087 A177497 * A108932 A029067 A048460
KEYWORD
nonn
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 16:58 EDT 2024. Contains 371254 sequences. (Running on oeis4.)