A010526 Decimal expansion of square root of 74.
8, 6, 0, 2, 3, 2, 5, 2, 6, 7, 0, 4, 2, 6, 2, 6, 7, 7, 1, 7, 2, 9, 4, 7, 3, 5, 3, 5, 0, 4, 9, 7, 1, 3, 6, 3, 2, 0, 2, 7, 5, 3, 5, 5, 5, 7, 2, 9, 0, 7, 3, 5, 6, 1, 9, 5, 0, 8, 0, 4, 5, 6, 4, 1, 2, 3, 7, 4, 2, 6, 9, 3, 4, 6, 6, 3, 0, 1, 7, 0, 1, 2, 7, 8, 3, 3, 3, 0, 8, 9, 0, 6, 9, 8, 9, 6, 2, 0, 6
Offset: 1
Examples
8.602325267042626771729473535049713632027535557290735619508045641237426...
Links
Crossrefs
Cf. A010152 Continued fraction.
Programs
-
Mathematica
RealDigits[N[74^(1/2),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 23 2012 *)
-
PARI
{ default(realprecision, 20080); x=sqrt(74); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010526.txt", n, " ", d)); } \\ Harry J. Smith, Jun 09 2009
Comments