A010537 Decimal expansion of square root of 86.
9, 2, 7, 3, 6, 1, 8, 4, 9, 5, 4, 9, 5, 7, 0, 3, 7, 5, 2, 5, 1, 6, 4, 1, 6, 0, 7, 3, 9, 9, 0, 1, 7, 4, 6, 2, 6, 2, 6, 3, 4, 6, 8, 9, 1, 2, 0, 7, 6, 2, 9, 8, 2, 1, 3, 3, 7, 3, 8, 2, 6, 5, 9, 8, 3, 2, 8, 2, 3, 6, 8, 3, 6, 4, 6, 3, 8, 4, 3, 0, 2, 3, 2, 3, 2, 0, 4, 5, 8, 5, 7, 3, 5, 8, 4, 7, 4, 3, 8
Offset: 1
Examples
9.273618495495703752516416073990174626263468912076298213373826598328236...
Links
Crossrefs
Cf. A010159 (continued fraction).
Programs
-
Mathematica
RealDigits[N[Sqrt[86],200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 04 2012 *)
-
PARI
{ default(realprecision, 20080); x=sqrt(86); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010537.txt", n, " ", d)); } \\ Harry J. Smith, Jun 10 2009
Comments