This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A010603 #20 Nov 19 2022 04:40:47 %S A010603 3,1,7,4,8,0,2,1,0,3,9,3,6,3,9,8,9,4,9,5,0,3,4,1,1,2,7,8,5,4,4,6,1,6, %T A010603 5,2,0,7,8,2,9,8,6,6,5,5,7,9,9,7,0,6,0,1,9,6,1,6,5,7,1,5,2,3,6,5,0,4, %U A010603 3,3,0,1,1,2,4,8,4,3,8,3,4,6,5,4,7,0,8,8,4,2,6,5,2,4,4,4,1,9,1 %N A010603 Decimal expansion of cube root of 32. %C A010603 Equals sqrt(2*sqrt(8*sqrt(2*sqrt(8*sqrt(2*sqrt(8)...))))). - _Zak Seidov_, Dec 19 2009 %H A010603 Vincenzo Librandi, <a href="/A010603/b010603.txt">Table of n, a(n) for n = 1..5000</a> %e A010603 3.174802103936398949503411278544616520782986655799706019616571523650433011248438... %t A010603 RealDigits[N[32^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *) %o A010603 (PARI) sqrtn(32,3) \\ _Charles R Greathouse IV_, Apr 14 2014 %Y A010603 Cf. A010261 (continued fraction). %K A010603 nonn,cons %O A010603 1,1 %A A010603 _N. J. A. Sloane_