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