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