login
A288345
Expansion of 1 / ((1-x)^2*(1-x^2)*(1-x^3)*...*(1-x^10)).
7
1, 2, 4, 7, 12, 19, 30, 45, 67, 97, 139, 194, 269, 366, 494, 658, 870, 1137, 1477, 1900, 2430, 3083, 3890, 4874, 6078, 7533, 9294, 11406, 13940, 16955, 20545, 24787, 29800, 35688, 42600, 50670, 60088, 71024, 83714, 98377, 115305, 134771, 157138, 182746, 212038
OFFSET
0,2
COMMENTS
Number of partitions of at most n into at most 10 parts.
LINKS
Richard J. Mathar, Size of the Set of Residues of Integer Powers of Fixed Exponent, research paper, 2017.
Index entries for linear recurrences with constant coefficients, signature (2, 0, -1, 0, -1, 1, -1, 1, 0, 0, -1, 2, 0, 0, 1, -2, 0, -1, 0, 0, 0, -2, 3, 0, 1, 0, 1, 0, -1, 0, -1, 0, -3, 2, 0, 0, 0, 1, 0, 2, -1, 0, 0, -2, 1, 0, 0, -1, 1, -1, 1, 0, 1, 0, -2, 1).
PROG
(PARI) x='x+O('x^99); Vec(1/((1-x)*prod(i=1, 10, (1-x^i)))) \\ Altug Alkan, Mar 28 2018
CROSSREFS
Number of partitions of at most n into at most k parts: A002621 (k=4), A002622 (k=5), A288341 (k=6), A288342 (k=7), A288343 (k=8), A288344 (k=9), this sequence (k=10).
Cf. A008639 (first differences).
Sequence in context: A347544 A288344 A347545 * A347547 A000070 A369579
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Jun 08 2017
STATUS
approved