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

A306703
Expansion of Sum_{k>=0} x^k / Product_{j=1..k} (1 + x^j)^j.
1
1, 1, 0, 1, -2, 1, -2, 1, -4, 7, -5, 7, -7, 16, -13, 16, -33, 38, -39, 31, -75, 79, -92, 118, -139, 201, -230, 269, -264, 494, -476, 523, -780, 886, -1095, 1261, -1533, 1857, -2593, 2197, -3367, 4256, -4240, 5816, -6484, 7985, -9800, 11051, -12561, 17530, -17516
OFFSET
0,5
MATHEMATICA
nmax = 50; CoefficientList[Series[Sum[x^k/Product[(1 + x^j)^j, {j, 1, k}], {k, 0, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A106380 A076198 A032021 * A295686 A246996 A260612
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Mar 05 2019
STATUS
approved