login
A029254
Expansion of 1/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^10)).
1
1, 0, 0, 1, 1, 0, 2, 1, 1, 2, 3, 1, 4, 3, 3, 4, 6, 3, 7, 6, 7, 7, 10, 7, 12, 10, 12, 12, 16, 12, 19, 16, 19, 19, 24, 19, 28, 24, 28, 28, 35, 28, 39, 35, 40, 39, 48, 40, 53, 48, 55, 53, 64, 55, 70, 64, 73, 70, 83, 73, 91, 83
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 4, 6, and 10. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,1,-1,0,-1,0,0,0,0,-1,0,-1,1,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^6) (1 - x^10)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^10)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A319522 A366344 A217612 * A063740 A072782 A337014
KEYWORD
nonn,easy
STATUS
approved