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!)
A341325 Decimal expansion of (1/2)^(2/3)^...^(n/(n+1))^... . 4
6, 0, 4, 4, 0, 7, 6, 0, 0, 4, 4, 4, 4, 4, 7, 8, 4, 2, 4, 1, 2, 2, 0, 3, 8, 4, 0, 4, 4, 3, 4, 0, 6, 8, 5, 7, 0, 9, 8, 6, 3, 3, 3, 1, 1, 2, 9, 9, 8, 5, 5, 0, 8, 9, 9, 4, 3, 6, 0, 7, 7, 7, 6, 0, 9, 8, 6, 5, 2, 2, 8, 8, 7, 4, 3, 3, 0, 3, 4, 4, 7, 8, 9, 8, 1, 2, 3, 7, 6, 9, 1, 2, 8, 6, 9, 8, 5, 9, 0, 6, 9, 9, 4, 5, 6, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.604407600444447842412203840443406857098633311299855...
MATHEMATICA
digits = 120; difs = 1; sold = 0; n = 10; While[Abs[difs] > 10^(-digits - 5), s = N[n/(n + 1), 1000]; Do[s = (m/(m + 1))^s, {m, n - 1, 1, -1}]; difs = s - sold; sold = s; n++]; RealDigits[s, 10, 120][[1]] (* Vaclav Kotesovec, Feb 17 2021 *)
CROSSREFS
Sequence in context: A209835 A344973 A298528 * A021947 A073010 A100120
KEYWORD
nonn,cons
AUTHOR
Koksal Karakus, Feb 08 2021
EXTENSIONS
More digits from Alois P. Heinz, Feb 16 2021
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 23 05:11 EDT 2024. Contains 372758 sequences. (Running on oeis4.)