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!)
A022672 Expansion of Product_{m >= 1} (1-m*q^m)^12. 2
1, -12, 42, 32, -441, 324, 1486, 552, -5925, -14960, 26490, 46488, 23436, -86940, -454572, -84008, 650589, 2512344, 2002056, -5360256, -9309792, -16236104, 3738294, 49969488, 106062099, 90950460, -166391628, -472579032, -780853359, -269428512, 1218718846, 4153700664, 5179581558 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 - k*q^k)^12, {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)^12)) \\ G. C. Greubel, Feb 24 2018
(Magma) Coefficients(&*[(1-m*x^m)^12:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 24 2018
CROSSREFS
Sequence in context: A114072 A244793 A218712 * A287152 A109275 A360961
KEYWORD
sign
AUTHOR
EXTENSIONS
Terms a(27) 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 April 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)