A187768 Decimal expansion of square root of 103.
1, 0, 1, 4, 8, 8, 9, 1, 5, 6, 5, 0, 9, 2, 2, 1, 9, 4, 6, 8, 6, 4, 8, 5, 2, 0, 1, 1, 8, 9, 3, 5, 8, 7, 4, 3, 8, 3, 5, 8, 1, 9, 2, 2, 5, 0, 1, 8, 8, 8, 4, 0, 6, 6, 5, 2, 2, 5, 3, 6, 5, 0, 9, 2, 0, 6, 1, 1, 4, 0, 3, 8, 2, 2, 7, 0, 0, 5, 1, 7, 5, 0, 5, 6, 4, 1, 3
Offset: 2
Examples
10.1488915650922194686485201189358743835819225018884066522...
Programs
-
Mathematica
RealDigits[Sqrt[103], 10, 90][[1]] (* Bruno Berselli, Jan 04 2013 *)
-
Maxima
fpprec:90; ev(bfloat(sqrt(103))); /* Bruno Berselli, Jan 04 2013 */
-
PARI
sqrt(103) \\ Charles R Greathouse IV, Dec 12 2013
Comments