OFFSET
1,46
COMMENTS
This is the real part of (-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2)).
For a detailed explanation of the fact that a(2) = a(3) = a(4) = ... = a(45), see Links (i.e., the answer provided by the MathOverflow user Saúl RM).
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..10000
MathOverflow, The 9th tetration of -sqrt(2)
EXAMPLE
1.000000000000000000000000000000000000000000004994175...
MAPLE
b:= n-> `if`(n=0, 1, (-sqrt(2))^b(n-1)):
evalf(Re(b(9)), 130); # Alois P. Heinz, Nov 24 2023
MATHEMATICA
First[RealDigits[Re[Nest[(-Sqrt[2])^#&, -Sqrt[2], 8]], 10, 100]] (* Paolo Xausa, Oct 24 2023 *)
PROG
(PARI) localprec(100); real((-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))^(-sqrt(2))) \\ Michel Marcus, Dec 20 2022
CROSSREFS
KEYWORD
AUTHOR
Marco Ripà, Dec 19 2022
STATUS
approved