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

A022709
Expansion of Product_{m>=1} (1+m*q^m)^-17.
2
1, -17, 119, -442, 1054, -2805, 10336, -29393, 60724, -150620, 452914, -1066546, 2195703, -5396208, 13442002, -29151005, 62519523, -141740051, 317832119, -683311906, 1431370114, -3054813215, 6608329573, -13743348845
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-17, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 20 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-17)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A289663 A048714 A010823 * A221329 A196806 A094944
KEYWORD
sign
STATUS
approved