login
A029380
Expansion of 1/((1-x^5)(1-x^6)(1-x^7)(1-x^10)).
1
1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 2, 1, 2, 1, 1, 2, 2, 3, 2, 2, 4, 3, 4, 3, 4, 5, 5, 6, 5, 5, 8, 7, 8, 7, 8, 10, 10, 11, 10, 10, 14, 13, 15, 13, 14, 17, 17, 19, 18, 18, 22, 21, 24, 22, 24, 27, 27, 29, 28, 29, 34, 33, 36, 34, 36, 40
OFFSET
0,11
LINKS
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 1, 1, 1, 0, 0, 1, -1, -1, -1, 0, -1, -1, -1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x^5)(1-x^6)(1-x^7)(1-x^10)), {x, 0, 100}], x] (* Jinyuan Wang, Mar 11 2020 *)
PROG
(PARI) Vec(1/((1-x^5)*(1-x^6)*(1-x^7)*(1-x^10)) + O(x^80)) \\ Andrew Howroyd, Mar 11 2020
CROSSREFS
Sequence in context: A211354 A211352 A087187 * A298485 A332997 A298614
KEYWORD
nonn,easy
STATUS
approved