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!)
A303345 Expansion of Product_{k>=1} ((1 - 2*x^k)/(1 + 2*x^k))^(1/2). 6
1, -2, 0, -2, 6, -6, 12, -22, 48, -94, 160, -318, 622, -1210, 2268, -4482, 8678, -16998, 32632, -64366, 124674, -245866, 476108, -940866, 1829148, -3617066, 7040112, -13937530, 27186810, -53857062, 105196572, -208546726, 407944704, -809175966, 1584713040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-2)^n / sqrt(Pi*n), where c = (QPochhammer[-1, -1/2] / QPochhammer[-1/2])^(1/2) = 0.96924509195711964009315.... - Vaclav Kotesovec, Apr 25 2018
MAPLE
seq(coeff(series(mul(((1-2*x^k)/(1+2*x^k))^(1/2), k = 1..n), x, n+1), x, n), n=0..40); # Muniru A Asiru, Apr 22 2018
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, ((1-2*x^k)/(1+2*x^k))^(1/2)))
CROSSREFS
Expansion of Product_{k>=1} ((1 - 2^b*x^k)/(1 + 2^b*x^k))^(1/(2^b)): A002448 (b=0), this sequence (b=1), A303387 (b=2), A303396 (b=3).
Sequence in context: A225479 A156815 A303439 * A175802 A161803 A057980
KEYWORD
sign
AUTHOR
Seiichi Manyama, 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 May 20 21:47 EDT 2024. Contains 372720 sequences. (Running on oeis4.)