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!)
A271529 Decimal expansion of sqrt(e + e*sqrt(e + e*sqrt(e + ...))). 0
3, 4, 9, 5, 8, 5, 4, 7, 1, 1, 9, 0, 8, 4, 9, 7, 6, 3, 6, 8, 8, 5, 0, 4, 0, 8, 4, 8, 0, 1, 3, 3, 9, 4, 5, 2, 8, 6, 0, 9, 5, 1, 6, 2, 5, 8, 9, 5, 7, 7, 5, 9, 5, 3, 8, 1, 4, 1, 9, 2, 8, 9, 8, 1, 5, 0, 0, 9, 4, 1, 5, 4, 7, 7, 2, 2, 9, 0, 8, 1, 3, 3, 1, 7, 9, 2, 1, 2, 3, 4, 7, 8, 3, 3, 8, 9, 8, 4, 1, 7, 4, 3, 4, 4, 3, 0, 0, 7, 6, 1, 2, 2, 6, 1, 7, 5, 9, 2, 5, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, e
Eric Weisstein's World of Mathematics, Nested Radical
FORMULA
Equals sqrt(e)*(sqrt(e) + sqrt(e + 4))/2.
Equals e + 1/(1 + 1/(e + 1/(1 + 1/(e + 1/(1 + 1/(e + 1/(1 + 1/(e + 1/(1 + 1/...))))))))).
EXAMPLE
3.495854711908497636885040848013394528609516258957759538...
MATHEMATICA
RealDigits[Sqrt[E] ((Sqrt[E] + Sqrt[E + 4])/2), 10, 120][[1]]
PROG
(PARI) exp(1)/2+sqrt(4*exp(1)+exp(2))/2 \\ Charles R Greathouse IV, Apr 20 2016
(PARI) t=exp(.5); t*(t+sqrt(exp(1)+4))/2 \\ Charles R Greathouse IV, Apr 20 2016
CROSSREFS
Sequence in context: A190285 A276521 A247567 * A070154 A331025 A330403
KEYWORD
nonn,cons
AUTHOR
Ilya Gutkovskiy, Apr 09 2016
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 28 22:13 EDT 2024. Contains 372921 sequences. (Running on oeis4.)