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!)
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 (list; constant; graph; refs; listen; history; text; internal format)
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.
LINKS
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

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 24 22:09 EDT 2024. Contains 372782 sequences. (Running on oeis4.)