The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A370709 a(n) = 2^n * [x^n] Product_{k>=1} (1 + 2*x^k)^(1/2). 6
1, 2, 2, 20, 6, 108, 148, 776, -186, 5964, -4, 51032, -89700, 512120, -1259416, 6406032, -19733434, 78363148, -268823572, 1047941688, -3800035916, 14327505832, -52766730600, 199492430192, -746479735524, 2811936761016, -10588174502568, 40092283176560, -151796846803592 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} (1 + 2*(2*x)^k)^(1/2).
a(n) ~ (-1)^(n+1) * c * 4^n / n^(3/2), where c = QPochhammer(-1/2)^(1/2) / (2*sqrt(Pi)) = 0.31039710860287467176143051675437...
MATHEMATICA
nmax = 30; CoefficientList[Series[Product[(1 + 2*x^k), {k, 1, nmax}]^(1/2), {x, 0, nmax}], x] * 2^Range[0, nmax]
nmax = 30; CoefficientList[Series[Product[(1 + 2*(2*x)^k), {k, 1, nmax}]^(1/2), {x, 0, nmax}], x]
nmax = 30; CoefficientList[Series[Sqrt[QPochhammer[-2, x]/3], {x, 0, nmax}], x] * 2^Range[0, nmax]
CROSSREFS
Sequence in context: A338400 A093777 A326177 * A103129 A322898 A009340
KEYWORD
sign
AUTHOR
Vaclav Kotesovec, Feb 27 2024
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 June 9 05:56 EDT 2024. Contains 373227 sequences. (Running on oeis4.)