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!)
A029062 Expansion of 1/((1-x)*(1-x^3)*(1-x^11)*(1-x^12)). 1
1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 4, 5, 7, 7, 8, 10, 10, 11, 13, 13, 14, 16, 17, 19, 22, 23, 25, 28, 29, 31, 34, 35, 37, 41, 43, 46, 51, 53, 56, 61, 63, 66, 71, 73, 77, 83, 86, 91, 98, 101, 106, 113, 116, 121, 128, 132, 138 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of partitions of n into parts 1, 3, 11 and 12. - Ilya Gutkovskiy, May 16 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,1,-1,0,0,0,0,0,0,1,0,-1,-1,0,1,0,0,0,0,0,0,-1,1,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)*(1 - x^3)*(1 - x^11)*(1 - x^12)), {x, 0, 50}], x] (* G. C. Greubel, May 17 2017 *)
PROG
(PARI) x='x+O('x^50); Vec(1/((1 - x)*(1 - x^3)*(1 - x^11)*(1 - x^12))) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A035452 A199575 A120187 * A219502 A219704 A253144
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)