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!)
A029053 Expansion of 1/((1-x)(1-x^3)(1-x^7)(1-x^12)). 0
1, 1, 1, 2, 2, 2, 3, 4, 4, 5, 6, 6, 8, 9, 10, 12, 13, 14, 16, 18, 19, 22, 24, 25, 29, 31, 33, 37, 40, 42, 46, 50, 52, 57, 61, 64, 70, 74, 78, 84, 89, 93, 100, 106, 110, 118, 124, 129, 138, 145, 151, 160, 168, 174, 184, 193, 200, 211, 220, 228, 240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of partitions of n into parts 1, 3, 7, and 12. - Joerg Arndt, May 22 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,1,-1,0,0,1,-1,0,-1,1,1,-1,0,-1,1,0,0,-1,1,0,1,-1).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^3)(1-x^7)(1-x^12)), {x, 0, 60}], x] (* Harvey P. Dale, Jul 12 2012 *)
PROG
(PARI) a(n)=floor((2*n^3+69*n^2+692*n+3220)/3024+((n\3+1)*[1, 1, -2]/36+[25, 11, -42]/216)[n%3+1]) \\ Tani Akinari, May 21 2014
CROSSREFS
Sequence in context: A000929 A325358 A029146 * A053254 A067357 A051059
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 April 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)