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!)
A330862 Decimal expansion of Product_{k>=1} (1 - 1/(-2)^k). 1
1, 2, 1, 0, 7, 2, 4, 1, 3, 0, 3, 0, 1, 0, 5, 9, 1, 8, 0, 1, 3, 6, 1, 7, 2, 8, 5, 6, 1, 0, 5, 9, 0, 5, 0, 4, 6, 3, 6, 8, 0, 4, 1, 6, 3, 1, 1, 2, 3, 1, 3, 7, 6, 4, 3, 4, 7, 6, 1, 5, 9, 2, 4, 5, 5, 4, 0, 0, 0, 6, 8, 7, 5, 6, 5, 9, 1, 8, 4, 5, 0, 4, 9, 9, 1, 6, 5, 0, 7, 6, 1, 0, 1, 3, 3, 5, 5, 5, 3, 9, 5, 3, 9, 9, 6, 4, 6, 3, 3, 0, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Equals Product_{k>=1} (4^k - 1)*(4^k + 2)/4^(2*k).
Equals exp(-Sum_{k>=1} A000203(k)/(k*(-2)^k)).
EXAMPLE
(1 + 1/2) * (1 - 1/2^2) * (1 + 1/2^3) * (1 - 1/2^4) * (1 + 1/2^5) * ... = 1.2107241303010591801361728561...
MATHEMATICA
RealDigits[QPochhammer[-1/2, -1/2], 10, 111] [[1]]
N[QPochhammer[-2, 1/4]*QPochhammer[1/4]/3, 120] (* Vaclav Kotesovec, Apr 28 2020 *)
PROG
(PARI) prodinf(k=1, 1 - 1/(-2)^k) \\ Michel Marcus, Apr 28 2020
CROSSREFS
Sequence in context: A187196 A187197 A174869 * A269158 A109971 A357585
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Apr 28 2020
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)