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!)
A303124 Expansion of Product_{n>=1} (1 + (16*x)^n)^(1/4). 4
1, 4, 40, 1504, 10336, 387968, 5349632, 111442944, 1100563968, 36711258112, 493805416448, 9186633203712, 134635599806464, 2648342619422720, 43443234834350080, 938422838970810368, 11378951438668791808, 224791017150689574912, 4129154423023897411584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = -1/4, g(n) = -16^n.
LINKS
FORMULA
a(n) ~ 2^(4*n - 17/8) * exp(sqrt(n/3)*Pi/2) / (3^(1/4) * n^(3/4)). - Vaclav Kotesovec, Apr 19 2018
MATHEMATICA
CoefficientList[Series[(QPochhammer[-1, 16*x]/2)^(1/4), {x, 0, 20}],
x] (* Vaclav Kotesovec, Apr 19 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1+(16*x)^k)^(1/4)))
CROSSREFS
Expansion of Product_{n>=1} (1 + ((b^2)*x)^n)^(1/b): A000009 (b=1), A298994 (b=2), A303074 (b=3), this sequence (b=4), A303125 (b=5).
Sequence in context: A292416 A304985 A292814 * A072445 A000841 A059918
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 19 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 August 1 00:10 EDT 2024. Contains 374809 sequences. (Running on oeis4.)