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!)
A022592 Expansion of Product_{m>=1} (1+q^m)^28. 2
1, 28, 406, 4088, 32249, 212772, 1222438, 6283400, 29454432, 127721972, 517920340, 1980864312, 7194850761, 24957519216, 83064794746, 266299577040, 825106028411, 2477872472348, 7230302637376, 20543975496576, 56949757063171, 154281017250160, 409072030569524 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ (7/3)^(1/4) * exp(2 * Pi * sqrt(7*n/3)) / (32768 * n^(3/4)). - Vaclav Kotesovec, Mar 05 2015
MATHEMATICA
nmax=50; CoefficientList[Series[Product[(1+q^m)^28, {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)^28)) \\ G. C. Greubel, Feb 19 2018
(Magma) Coefficients(&*[(1+x^m)^28:m in [1..40]])[1..40] where x is PolynomialRing(Integers()).1; // G. C. Greubel, Feb 19 2018
CROSSREFS
Column k=28 of A286335.
Sequence in context: A162370 A162727 A010980 * A323973 A121798 A238600
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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)