A010515 Decimal expansion of square root of 62.
7, 8, 7, 4, 0, 0, 7, 8, 7, 4, 0, 1, 1, 8, 1, 1, 0, 1, 9, 6, 8, 5, 0, 3, 4, 4, 4, 8, 8, 1, 2, 0, 0, 7, 8, 6, 3, 6, 8, 1, 0, 8, 6, 1, 2, 2, 0, 2, 0, 8, 5, 3, 7, 9, 4, 5, 9, 8, 8, 4, 2, 5, 5, 0, 3, 1, 3, 7, 6, 0, 8, 4, 6, 8, 1, 7, 6, 9, 8, 0, 5, 6, 9, 2, 6, 1, 9, 1, 3, 5, 1, 2, 4, 8, 7, 4, 6, 8, 8, 9, 9, 2, 7, 4, 5
Offset: 1
Examples
7.874007874011811019685034448812007863681086122020853794598842550313760...
Links
Programs
-
Mathematica
RealDigits[N[62^(1/2),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 22 2012 *)
-
PARI
{ default(realprecision, 20080); x=sqrt(62); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010515.txt", n, " ", d)); } \\ Harry J. Smith, Jun 07 2009
Extensions
Final digits of sequence corrected using the b-file. - N. J. A. Sloane, Aug 30 2009
Comments