login
A181446
Decimal expansion of (exp(1/4))/sqrt(2).
1
9, 0, 7, 9, 4, 3, 0, 7, 9, 3, 5, 5, 7, 8, 4, 3, 2, 5, 7, 1, 4, 1, 7, 9, 9, 8, 9, 6, 2, 6, 4, 1, 3, 6, 1, 2, 0, 1, 5, 2, 9, 3, 4, 4, 6, 8, 9, 7, 3, 1, 5, 6, 9, 2, 8, 2, 4, 1, 2, 6, 3, 3, 6, 4, 8, 2, 4, 9, 4, 2, 0, 9, 3, 2
OFFSET
0,1
COMMENTS
x = (e^1/4)/sqrt(2), log y = (e^-1/4)/sqrt(2) is the point at which e^x = y^y^x and log x - log log y = 1/2.
EXAMPLE
0.9079430793557843...
MATHEMATICA
RealDigits[E^(1/4)/Sqrt[2], 10, 120][[1]] (* Harvey P. Dale, Oct 05 2012 *)
PROG
(PARI) exp(1/4)/sqrt(2)
(Magma) SetDefaultRealField(RealField(100)); Exp(1/4)/Sqrt(2); // G. C. Greubel, Oct 02 2018
CROSSREFS
Sequence in context: A196549 A173164 A298743 * A097669 A248935 A202955
KEYWORD
nonn,easy,cons
AUTHOR
Geoffrey Caveney, Oct 20 2010
STATUS
approved