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”).

A029244
Expansion of 1/((1-x^2)(1-x^10)(1-x^11)(1-x^12)).
1
1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 2, 1, 3, 1, 3, 1, 3, 1, 3, 1, 4, 2, 6, 3, 7, 3, 7, 3, 7, 3, 8, 4, 10, 6, 12, 7, 13, 7, 13, 7, 14, 8, 16, 10, 19, 12, 21, 13, 22, 13, 23, 14, 25, 16, 28, 19, 31, 21, 33, 22, 35, 23, 37, 25, 40, 28, 44
OFFSET
0,11
COMMENTS
Number of partitions of n into parts 2, 10, 11, and 12. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, -1, -1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^10) (1 - x^11) (1 - x^12)), {x, 0, 70}], x] (* Harvey P. Dale, May 14 2011 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^10)*(1-x^11)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A176982 A079728 A181801 * A067513 A116372 A232465
KEYWORD
nonn,easy
STATUS
approved