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!)
A022710 Expansion of Product_{m>=1} (1+m*q^m)^-18. 2
1, -18, 135, -546, 1413, -3690, 13230, -40104, 88452, -211502, 632259, -1582488, 3336198, -8004366, 20385711, -45695742, 98495865, -224701146, 511583207, -1115983224, 2374404237, -5105519238, 11129154192 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-18, {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)^-18)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A103308 A320677 A010824 * A056003 A337002 A239208
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 May 9 04:42 EDT 2024. Contains 372341 sequences. (Running on oeis4.)