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!)
A022649 Expansion of Product_{m >=1} (1+m*q^m)^21. 2
1, 21, 252, 2275, 17052, 111594, 657419, 3557256, 17931459, 85093393, 383211885, 1648114587, 6803773998, 27073141326, 104199172863, 389047640905, 1412682672765, 4999550830281, 17277525329491, 58400376126855, 193361098926450, 627924447630011, 2002332877504113 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax=50}, CoefficientList[Series[Product[(1+m*q^m)^21, {m, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Mar 20 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^21)) \\ G. C. Greubel, Mar 20 2018
(Magma) Coefficients(&*[(1+m*x^m)^21:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Mar 20 2018
CROSSREFS
Sequence in context: A282923 A023019 A036220 * A165094 A365849 A360804
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(19) onward added by G. C. Greubel, Mar 20 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 May 10 19:29 EDT 2024. Contains 372388 sequences. (Running on oeis4.)