The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A022648 Expansion of Product_{m>=1} (1 + m*q^m)^20. 2
1, 20, 230, 2000, 14485, 91804, 524710, 2758520, 13526430, 62505180, 274345784, 1150868440, 4637343915, 18022311520, 67785066390, 247453832688, 878947211030, 3044142764520, 10299271911850, 34095293204360, 110599636109572, 351997976703180, 1100401056566170 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
[seq(coeff(series(mul((1+m*q^m)^(20), m=1..100), q, 101), q, j), j=0..25)]; # Muniru A Asiru, Feb 18 2018
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Product[(1 + k*q^k)^20, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Feb 17 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^20)) \\ G. C. Greubel, Feb 17 2018
(Magma) Coefficients(&*[(1+m*x^m)^20:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 17 2018
CROSSREFS
Column k=20 of A297321.
Sequence in context: A341394 A023018 A073386 * A004315 A253010 A074334
KEYWORD
nonn
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 June 12 19:52 EDT 2024. Contains 373360 sequences. (Running on oeis4.)