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!)
A022703 Expansion of Product_{m>=1} (1+m*q^m)^-11. 2
1, -11, 44, -77, 132, -638, 1771, -2464, 5687, -19371, 38533, -66793, 160710, -367730, 747219, -1458655, 2888787, -6357505, 12977239, -23575079, 47325498, -98587841, 187236499, -352094413, 684939838, -1333767820 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-11, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Jul 19 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^-11)) \\ G. C. Greubel, Jul 19 2018
CROSSREFS
Sequence in context: A259963 A201991 A010819 * A061976 A070930 A033584
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 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)