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!)
A215016 Decimal expansion of the product of 1 - 1/2^2^n over all n >= 0. 9
3, 5, 0, 1, 8, 3, 8, 6, 5, 4, 3, 9, 5, 6, 9, 6, 0, 8, 8, 6, 6, 5, 5, 4, 5, 2, 6, 9, 6, 6, 1, 7, 8, 8, 6, 7, 6, 4, 2, 0, 8, 6, 5, 0, 2, 1, 7, 6, 9, 2, 1, 7, 6, 9, 7, 0, 6, 4, 8, 2, 3, 3, 8, 6, 0, 4, 8, 2, 5, 6, 3, 0, 5, 3, 6, 8, 6, 9, 6, 4, 4, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Can be used to efficiently compute A014571: A014571 = 1/2 - (1/4) * A215016.
LINKS
Joerg Arndt, Matters Computational (The Fxtbook), p.727 (rel. 38.1-5).
R. Schroeppel and R. W. Gosper, HACKMEM #122 (1972).
FORMULA
Equals Sum_{n>=0} A106400(n)/2^n. - Robert FERREOL, Jan 10 2022
From Amiram Eldar, Feb 19 2024: (Start)
Equals Product_{n>=0} (1 - 1/A001146(n)).
Equals 2/A258716.
Equals 1/(3/2 + A258714). (End)
EXAMPLE
0.35018386543956960886655452696617886764208650217692176970648233860482563...
MATHEMATICA
RealDigits[NProduct[1 - 1/2^2^n, {n, 0, Infinity}, WorkingPrecision -> 120]][[1]] (* Alonso del Arte, Jul 31 2012 *)
PROG
(PARI) prodinf(n=0, 1-1.>>2^n)
CROSSREFS
Sequence in context: A058813 A336018 A132701 * A212394 A354642 A010614
KEYWORD
nonn,cons
AUTHOR
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 7 05:39 EDT 2024. Contains 372300 sequences. (Running on oeis4.)