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!)
A022633 Expansion of Product_{m>=1} (1 + m*q^m)^5. 2
1, 5, 20, 75, 240, 726, 2075, 5620, 14645, 36875, 90057, 214065, 497170, 1129670, 2517425, 5512125, 11871310, 25184930, 52686885, 108786970, 221894842, 447455885, 892609420, 1762608545, 3447282925, 6680871925, 12835968690, 24459374345, 46243132855, 86773966825, 161664667295 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: exp(5*Sum_{j>=1} Sum_{k>=1} (-1)^(j+1)*k^j*x^(j*k)/j). - Ilya Gutkovskiy, Feb 08 2018
MATHEMATICA
With[{nmax=50}, CoefficientList[Series[Product[(1+k*q^k)^5, {k, 1, nmax}], {q, 0, nmax}], q]] (* G. C. Greubel, Feb 16 2018 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+n*q^n)^5)) \\ G. C. Greubel, Feb 16 2018
(Magma) Coefficients(&*[(1+m*x^m)^5:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 16 2018
CROSSREFS
Column k=5 of A297321.
Sequence in context: A289596 A026639 A248326 * A092490 A094828 A030191
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 April 24 14:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)