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!)
A099878 Decimal expansion of a nested radical: Sqrt(1 + CubeRoot(2 + 4thRoot(3 + 5thRoot(4 + ... 5

%I #7 Jul 29 2015 04:26:00

%S 1,5,8,4,5,4,1,7,0,9,9,0,5,5,6,5,0,0,2,5,0,9,1,2,5,4,5,0,5,5,2,6,2,9,

%T 1,7,2,9,4,8,9,4,7,5,0,7,8,0,5,9,2,3,2,9,1,5,0,2,0,2,4,9,3,6,5,8,9,6,

%U 3,0,0,6,1,9,8,9,2,6,0,8,4,0,2,6,4,8,9,1,2,2,8,5,0,7,7,2,3,8,4,9,9,7,9,6

%N Decimal expansion of a nested radical: Sqrt(1 + CubeRoot(2 + 4thRoot(3 + 5thRoot(4 + ...

%e 1.58454170990556500250912545055...

%t k = 43; r = 44; While[k > 0, r = (k + r)^(1/(k + 1)); k-- ]; RealDigits[r, 10, 111][[1]] (* _Robert G. Wilson v_, Nov 04 2004 *)

%o (PARI) t=0;forstep(n=100,1,-1,t=(t+n)^(1/(n+1)));print(t)

%Y Cf. A072449, A099874, A099876, A099877 for other nested radicals.

%K cons,easy,nonn

%O 1,2

%A Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 03 2004

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