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

A298986
a(n) = [x^n] Product_{k>=1} (1 - n*x^k)^k.
3
1, -1, -4, 9, 48, 100, -756, -3479, -1600, 24462, 225900, 364573, -643536, -9251736, -36989316, -32397975, 165039872, 1725828525, 5338814652, 8082713829, -26321848400, -233434232766, -811526778964, -1731126953532, 1151302859712, 23632432765000, 113461901639788, 287935019845749
OFFSET
0,3
MATHEMATICA
Table[SeriesCoefficient[Product[(1 - n x^k)^k, {k, 1, n}], {x, 0, n}], {n, 0, 27}]
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jan 31 2018
STATUS
approved