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!)
A341324 Decimal expansion of (1/4)^(4/9)^...^(n^2/(n+1)^2)^... . 4
4, 4, 4, 9, 0, 4, 7, 1, 3, 7, 9, 7, 5, 7, 0, 9, 9, 4, 3, 8, 1, 8, 1, 5, 8, 0, 6, 2, 5, 7, 2, 8, 9, 1, 7, 5, 7, 5, 9, 6, 0, 3, 6, 5, 8, 2, 2, 0, 3, 8, 4, 2, 5, 5, 7, 1, 7, 3, 0, 2, 4, 0, 2, 7, 4, 4, 8, 1, 7, 3, 2, 8, 9, 5, 5, 3, 4, 3, 1, 1, 2, 1, 2, 4, 3, 6, 0, 7, 0, 2, 3, 2, 7, 0, 6, 5, 2, 8, 6, 0, 7, 9, 9, 6, 5, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.4449047137975709943818158062572891757596036582203842557173...
MATHEMATICA
digits = 120; difs = 1; sold = 0; n = 10; While[Abs[difs] > 10^(-digits - 5), s = N[n^2/(n + 1)^2, 1000]; Do[s = (m^2/(m + 1)^2)^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: A232406 A322040 A085071 * A011412 A183030 A176213
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 11 06:07 EDT 2024. Contains 372388 sequences. (Running on oeis4.)