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!)
A303397 Expansion of Product_{k>=1} (1 - 2*x^k)/(1 + 2*x^k). 2
1, -4, 4, -4, 20, -36, 52, -116, 244, -500, 964, -1876, 3876, -7780, 15332, -30628, 61684, -123460, 246036, -491988, 985492, -1971284, 3939556, -7878068, 15762692, -31527428, 63041220, -126078916, 252185044, -504375460, 1008698036, -2017385268, 4034873268 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ c * (-2)^n, where c = QPochhammer[-1, -1/2]/QPochhammer[-1/2] = 0.93943604828296530723602398257349307281... - Vaclav Kotesovec, Apr 25 2018
MATHEMATICA
nmax = 40; CoefficientList[Series[Product[(1 - 2*x^k)/(1 + 2*x^k), {k, 1, nmax}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Apr 25 2018 *)
PROG
(PARI) N=66; x='x+O('x^N); Vec(prod(k=1, N, (1-2*x^k)/(1+2*x^k)))
CROSSREFS
Expansion of Product_{k>=1} (1 - b*x^k)/(1 + b*x^k): A002448 (b=1), this sequence (b=2), A303398 (b=3).
Sequence in context: A320970 A216871 A120914 * A024949 A362374 A059812
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 23 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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)