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!)
A029061 Expansion of 1/((1-x)*(1-x^3)*(1-x^10)*(1-x^12)). 1
1, 1, 1, 2, 2, 2, 3, 3, 3, 4, 5, 5, 7, 8, 8, 10, 11, 11, 13, 14, 15, 17, 19, 20, 23, 25, 26, 29, 31, 32, 36, 38, 40, 44, 47, 49, 54, 57, 59, 64, 68, 70, 76, 80, 83, 89, 94, 97, 104, 109, 113, 120, 126, 130, 138, 144, 149 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of partitions of n into parts 1, 3, 10 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,1,-1,1,-2,1,-1,1,0,0,0,0,0,-1,1,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)*(1 - x^3)*(1 - x^10)*(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^10)*(1 - x^12))) \\ G. C. Greubel, May 17 2017
CROSSREFS
Sequence in context: A283875 A099773 A140471 * A337206 A334576 A081607
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)