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

A022718
Expansion of Product_{m>=1} (1+m*q^m)^-26.
2
1, -26, 299, -2002, 8827, -29406, 93184, -320996, 1039753, -2889432, 7786272, -22551126, 62828467, -158350636, 399157837, -1050026250, 2646932132, -6320963454, 15276388101, -37320661638, 88295712804
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-26, {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)^-26)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A125414 A208600 A010831 * A014472 A000498 A066912
KEYWORD
sign
STATUS
approved