login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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