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

A306731
Expansion of Sum_{k>=0} x^k * Product_{j=1..k} (1 + x^j)^j.
0
1, 1, 2, 2, 4, 6, 10, 14, 24, 37, 56, 90, 135, 204, 316, 474, 704, 1068, 1579, 2332, 3445, 5054, 7376, 10750, 15587, 22497, 32437, 46544, 66520, 94908, 134912, 191185, 270301, 380924, 535469, 750898, 1050268, 1465284, 2039741, 2832694, 3925036, 5427381, 7488315, 10310431
OFFSET
0,3
MATHEMATICA
nmax = 43; CoefficientList[Series[Sum[x^k Product[(1 + x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 06 2019
STATUS
approved