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!)
A029084 Expansion of 1/((1-x)(1-x^4)(1-x^11)(1-x^12)). 1
1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 6, 6, 6, 7, 9, 9, 9, 10, 12, 12, 13, 15, 18, 18, 19, 21, 24, 24, 25, 27, 30, 31, 33, 36, 40, 41, 43, 46, 50, 51, 53, 56, 61, 63, 66, 70, 76, 78, 81, 85, 91, 93, 96, 101, 108, 111, 115, 121 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Number of partitions of n into parts 1, 4, 11 and 12. - Ilya Gutkovskiy, May 19 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1,0,0,0,0,0,1,0,-1,0,-1,0,1,0,0,0,0,0,-1,1,0,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)(1 - x^4)(1 - x^11)(1 - x^12)), {x, 0, 100}], x] (* Indranil Ghosh, May 20 2017 *)
PROG
(PARI) Vec(1/((1-x)*(1-x^4)*(1-x^11)*(1-x^12)) + O(x^80)) \\ Michel Marcus, May 20 2017
CROSSREFS
Sequence in context: A058688 A132322 A018118 * A032229 A024366 A218123
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 April 24 03:08 EDT 2024. Contains 371918 sequences. (Running on oeis4.)