The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A029198 Expansion of 1/((1-x^2)*(1-x^5)*(1-x^6)*(1-x^12)). 1
1, 0, 1, 0, 1, 1, 2, 1, 2, 1, 3, 2, 5, 2, 5, 3, 6, 5, 8, 5, 9, 6, 11, 8, 14, 9, 15, 11, 17, 14, 21, 15, 23, 17, 26, 21, 31, 23, 33, 26, 37, 31, 43, 33, 46, 37, 51, 43, 58, 46, 62, 51, 68, 58, 76, 62, 81, 68, 88, 76, 98, 81 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 2, 5, 6, and 12. - Joerg Arndt, Jun 02 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,0,0,1,1,-1,-1,0,0,-1,1,1,-1,0,0,-1,-1,1,1,0,0,1,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x^2)(1-x^5)(1-x^6)(1-x^12)), {x, 0, 80}], x] (* Harvey P. Dale, Jun 23 2012 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^5)*(1-x^6)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 15 2020
CROSSREFS
Sequence in context: A185214 A241719 A269572 * A029175 A186994 A056889
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 11 1999
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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)