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!)
A022671 Expansion of Product_{m >= 1} (1-m*q^m)^11. 2
1, -11, 33, 44, -341, 88, 1023, 1287, -2959, -12958, 9119, 27103, 45529, 8349, -269324, -262218, -83688, 1326985, 2245881, -109131, -2655939, -12119899, -13052019, 1449316, 49891809, 98829445, 62513847, -67450570, -406154540, -631008378, -597001801, 801699162, 2523580444, 4221608313 (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, Feb 24 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1-n*q^n)^11)) \\ G. C. Greubel, Feb 24 2018
(Magma) Coefficients(&*[(1-m*x^m)^11:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 24 2018
CROSSREFS
Sequence in context: A038634 A062697 A247110 * A029516 A061833 A132285
KEYWORD
sign
AUTHOR
EXTENSIONS
Terms a(28) onward added by G. C. Greubel, Feb 24 2018
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 July 24 22:37 EDT 2024. Contains 374585 sequences. (Running on oeis4.)