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!)
A303342 Expansion of Product_{k>=1} ((1 + (9*x)^k) / (1 - (9*x)^k))^(1/3). 4
1, 6, 72, 1008, 10746, 130896, 1569456, 17371584, 192625128, 2260005462, 24725148912, 270748885392, 3027318848208, 32608207056528, 354309508944288, 3902606972751168, 41393526342215994, 443390745816982944, 4783687280410092984, 50532141192366275280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, for h>=1, if g.f. = Product_{k>=1} ((1 + (h^2*x)^k) / (1 - (h^2*x)^k))^(1/h), then a(n) ~ h^(2*n) * exp(Pi*sqrt(n/h)) / (2^(3/2 + 3/(2*h)) * h^(1/4 + 1/(4*h)) * n^(3/4 + 1/(4*h))).
LINKS
FORMULA
a(n) ~ 3^(2*n) * exp(Pi*sqrt(n/3)) / (4 * 3^(1/3) * n^(5/6)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[((1+(9*x)^k)/(1-(9*x)^k))^(1/3), {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A333593 A214159 A370098 * A332705 A237021 A156128
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 22 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 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)