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!)
A022683 Expansion of Product_{m>=1} (1-m*q^m)^23. 2
1, -23, 207, -782, -276, 12259, -29578, -42711, 229057, 93863, -828023, -2014110, 4727719, 15059963, -22586736, -58481962, -8654877, 246061935, 463250567, -671892192, -1993509889, -2171787581, 5545061605, 20642183588 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 - k*q^k)^23, {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)^23)) \\ G. C. Greubel, Jul 19 2018
(Magma) Coefficients(&*[(1-m*x^m)^23:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Jul 19 2018
CROSSREFS
Sequence in context: A221670 A128334 A107956 * A042020 A263521 A084428
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)