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

A029269
Expansion of 1/((1-x^3)(1-x^4)(1-x^10)(1-x^11)).
1
1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 11, 11, 12, 13, 14, 14, 16, 16, 17, 18, 20, 20, 22, 23, 25, 25, 27, 28, 30, 30, 33, 34, 36, 37, 40, 41, 43, 44, 47, 48, 51, 52, 55, 57
OFFSET
0,11
COMMENTS
Number of partitions of n into parts 3, 4, 10, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 1, 1, 0, 0, -1, 0, 0, 1, 1, 0, -1, -2, -1, 0, 1, 1, 0, 0, -1, 0, 0, 1, 1, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^10) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^10)*(1-x^11)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A305817 A091226 A097913 * A352166 A272187 A194621
KEYWORD
nonn,easy
STATUS
approved