A010546 Decimal expansion of square root of 95.
9, 7, 4, 6, 7, 9, 4, 3, 4, 4, 8, 0, 8, 9, 6, 3, 9, 0, 6, 8, 3, 8, 4, 1, 3, 1, 9, 9, 8, 9, 9, 6, 0, 0, 2, 9, 9, 2, 5, 2, 5, 8, 3, 9, 0, 0, 3, 3, 7, 4, 9, 1, 0, 3, 1, 9, 9, 1, 7, 5, 0, 0, 0, 5, 7, 2, 0, 0, 8, 1, 7, 7, 2, 4, 6, 0, 2, 4, 9, 3, 5, 6, 8, 4, 8, 7, 1, 2, 0, 9, 6, 0, 3, 8, 0, 6, 5, 5, 2
Offset: 1
Examples
9.746794344808963906838413199899600299252583900337491031991750005720081... - _Harry J. Smith_, Jun 11 2009
Links
- Harry J. Smith, Table of n, a(n) for n = 1..20000
Crossrefs
Cf. A010166 Continued fraction. - Harry J. Smith, Jun 11 2009
Programs
-
Mathematica
RealDigits[N[Sqrt[95],200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 05 2012 *)
-
PARI
{ default(realprecision, 20080); x=sqrt(95); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010546.txt", n, " ", d)); } \\ Harry J. Smith, Jun 11 2009
Comments