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!)
A022713 Expansion of Product_{m>=1} (1+m*q^m)^-21. 2
1, -21, 189, -952, 3087, -8400, 27503, -92907, 246981, -588490, 1649823, -4645179, 10989769, -25476717, 65615424, -161705810, 363998754, -834169539, 1973130271, -4510112565, 9969930495, -22054706773 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^-21, {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)^-21)) \\ G. C. Greubel, Jul 20 2018
CROSSREFS
Sequence in context: A274653 A223090 A010827 * A163718 A164606 A027780
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 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)