A192106 Decimal expansion of square root of 102.
1, 0, 0, 9, 9, 5, 0, 4, 9, 3, 8, 3, 6, 2, 0, 7, 7, 9, 5, 3, 3, 6, 3, 3, 8, 5, 9, 1, 7, 0, 6, 9, 6, 0, 0, 7, 1, 0, 6, 0, 3, 8, 9, 8, 9, 6, 4, 4, 7, 9, 6, 1, 2, 9, 4, 1, 8, 5, 3, 0, 2, 4, 7, 6, 2, 3, 2
Offset: 2
Examples
10.0995049383620779533633859170696007106038989644796129418...
Crossrefs
Cf. A040091.
Programs
-
Mathematica
RealDigits[Sqrt[102], 10, 90][[1]] (* Bruno Berselli, Jan 03 2013 *)
-
Maxima
fpprec:90; ev(bfloat(sqrt(102))); /* Bruno Berselli, Jan 03 2013 */
-
PARI
sqrt(102) \\ Charles R Greathouse IV, Apr 15 2014
Comments