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!)
A328941 Decimal expansion of lim_{n->infinity} (1 - 1/2)^((1/2 - 1/3)^(...^(1/(2n-1) - 1/(2n)))). 2
5, 6, 7, 7, 8, 6, 0, 6, 5, 4, 4, 3, 9, 4, 0, 0, 2, 0, 9, 8, 0, 0, 0, 7, 9, 6, 3, 8, 2, 5, 3, 0, 3, 3, 3, 1, 0, 2, 2, 1, 9, 9, 6, 3, 2, 1, 4, 8, 6, 5, 7, 5, 3, 1, 1, 3, 0, 5, 2, 3, 9, 0, 7, 6, 7, 9, 9, 7, 8, 4, 4, 7, 9, 8, 0, 2, 7, 1, 4, 8, 2, 8, 7, 9, 0, 8, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The sequence of real values x(n) = (1 - 1/2)^((1/2 - 1/3)^(...^(1/n - 1/(n+1)))) converges to two different limits depending on whether n is even or odd. This integer sequence gives the decimal expansion of the lower limit, to which the odd-indexed terms of {x(n)} converge.
LINKS
EXAMPLE
0.56778606544394002098000796382530333102219963214865...
PROG
(PARI) my(N=99, y=(1/(N*(N+1)))); forstep(n=N-1, 1, -1, y=1/(n*(n+1))^y); y \\ Michel Marcus, Nov 08 2019
CROSSREFS
Cf. A328942.
Sequence in context: A095942 A139395 A029911 * A205691 A002141 A367150
KEYWORD
nonn,cons
AUTHOR
R Zeraoulia, Oct 31 2019
EXTENSIONS
More terms from Jon E. Schoenfield, Nov 02 2019
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 19 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)