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!)
A022670 Expansion of Product_{m >= 1} (1-m*q^m)^10. 2
1, -10, 25, 50, -250, -52, 595, 1450, -770, -9370, 12, 9210, 38385, 50190, -104650, -203158, -345955, 350830, 1246115, 1308710, 1371409, -3990420, -10109715, -14469950, 3243700, 36855516, 73365400, 87802340, -21636795, -221067620, -594991713, -478204790, -217756880, 1095013900 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 - k*q^k)^10, {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)^10)) \\ G. C. Greubel, Feb 24 2018
(Magma) Coefficients(&*[(1-m*x^m)^10:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 24 2018
CROSSREFS
Sequence in context: A100536 A024838 A020179 * A072277 A283243 A263310
KEYWORD
sign
AUTHOR
EXTENSIONS
Terms a(29) 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 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)