A010544 Decimal expansion of square root of 93.
9, 6, 4, 3, 6, 5, 0, 7, 6, 0, 9, 9, 2, 9, 5, 4, 9, 9, 5, 7, 6, 0, 0, 3, 1, 0, 4, 7, 4, 3, 2, 6, 6, 3, 1, 8, 3, 9, 0, 6, 9, 0, 3, 6, 9, 3, 0, 6, 3, 2, 5, 2, 4, 0, 7, 3, 0, 0, 1, 7, 6, 8, 8, 7, 7, 3, 1, 2, 8, 6, 4, 1, 8, 6, 6, 8, 6, 4, 9, 7, 2, 2, 9, 0, 0, 0, 5, 4, 7, 0, 9, 2, 9, 3, 6, 0, 8, 5, 9
Offset: 1
Examples
9.643650760992954995760031047432663183906903693063252407300176887731286...
Links
Crossrefs
Cf. A010164 (continued fraction).
Programs
-
Mathematica
RealDigits[N[93^(1/2),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
-
PARI
default(realprecision, 20080); x=sqrt(93); for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b010544.txt", n, " ", d)); \\ Harry J. Smith, Jun 11 2009
Comments