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!)
A254689 Decimal expansion of sqrt(1+2*sqrt(3+4*sqrt(5+6*sqrt(7+...)))). 2
3, 5, 9, 8, 5, 4, 4, 5, 4, 0, 6, 8, 8, 5, 6, 9, 0, 9, 2, 5, 9, 8, 7, 9, 1, 7, 7, 5, 8, 8, 5, 3, 6, 4, 0, 1, 0, 7, 5, 7, 2, 1, 6, 8, 6, 4, 7, 6, 6, 8, 0, 4, 4, 8, 9, 0, 2, 1, 0, 7, 3, 5, 7, 5, 3, 0, 3, 7, 0, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
EXAMPLE
3.59854454068856909259879177588536401075721686476680448902107357530370181023113...
PROG
(PARI) /* This program approximates the constant using the first n radicals. If n is omitted it attempts to compute the constant to within 1 ulp at the current precision. */
approx(n=default(realprecision)\.3+9)=my(t=2*n+5-5/n); forstep(k=2*n, 2, -2, t=sqrt(k-1+k*t)); t \\ Charles R Greathouse IV, Mar 24 2016
CROSSREFS
Sequence in context: A094548 A112661 A230725 * A176445 A292863 A160173
KEYWORD
nonn,cons
AUTHOR
EXTENSIONS
a(17)-a(70) from Charles R Greathouse IV, Mar 24 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 April 23 13:04 EDT 2024. Contains 371913 sequences. (Running on oeis4.)