login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A022724 Expansion of Product_{m>=1} (1+m*q^m)^-32. 2
1, -32, 464, -4032, 23624, -102208, 369152, -1288640, 4532900, -14879712, 44466784, -129948864, 386117312, -1105967680, 2987155392, -7997827968, 21623750538, -56758985984, 143841619760, -363972575296, 920811469312 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-32, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 25 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-32)) \\ G. C. Greubel, Jul 25 2018
CROSSREFS
Sequence in context: A076070 A133348 A010837 * A284339 A125467 A282525
KEYWORD
sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 11:16 EDT 2024. Contains 371967 sequences. (Running on oeis4.)