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!)
A022594 Expansion of Product_{m>=1} (1+q^m)^30. 2
1, 30, 465, 4990, 41820, 292236, 1773325, 9603210, 47322525, 215286380, 914269641, 3656192760, 13865226845, 50148901590, 173821904265, 579696375972, 1866529110420, 5819476726230, 17613901516660, 51870170192610, 148909462006422, 417468856858550, 1144709400114480 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (5/2)^(1/4) * exp(Pi * sqrt(10*n)) / (65536 * n^(3/4)). - Vaclav Kotesovec, Mar 05 2015
MATHEMATICA
nmax=50; CoefficientList[Series[Product[(1+q^m)^30, {m, 1, nmax}], {q, 0, nmax}], q] (* Vaclav Kotesovec, Mar 05 2015 *)
PROG
(PARI) m=50; q='q+O('q^m); Vec(prod(n=1, m, (1+q^n)^30)) \\ G. C. Greubel, Feb 19 2018
(Magma) Coefficients(&*[(1+x^m)^30:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 19 2018
CROSSREFS
Column k=30 of A286335.
Sequence in context: A162377 A162736 A010982 * A321955 A321045 A004416
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)