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!)
A022650 Expansion of Product_{m>=1} (1+m*q^m)^22. 2
1, 22, 275, 2574, 19943, 134618, 816596, 4543396, 23522279, 114532572, 528773278, 2329635750, 9845310101, 40080724376, 157739993037, 601928809878, 2232820512417, 8069089487932, 28463636262974, 98170848275720, 331548644228131, 1097891113532048, 3568885868192419 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax=50}, CoefficientList[Series[Product[(1+m*q^m)^22, {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)^22)) \\ G. C. Greubel, Mar 20 2018
(Magma) Coefficients(&*[(1+m*x^m)^22:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Mar 20 2018
CROSSREFS
Sequence in context: A223116 A125434 A023020 * A172226 A004316 A121792
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 April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)