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

A268500
Expansion of Product_{k>=1} ((1 + k*x^k) / (1 + x^k)).
6
1, 0, 1, 2, 2, 6, 7, 14, 11, 42, 39, 70, 95, 142, 239, 378, 418, 624, 1106, 1200, 2250, 2836, 4166, 4902, 8021, 10410, 14961, 21268, 29477, 36714, 54172, 68358, 95071, 134946, 168035, 254190, 322335, 427338, 541054, 787264, 964969, 1340730, 1748094, 2311386
OFFSET
0,4
LINKS
MATHEMATICA
nmax = 50; CoefficientList[Series[Product[(1+k*x^k)/(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 06 2016
STATUS
approved