A178040 Decimal expansion of sqrt(211).
1, 4, 5, 2, 5, 8, 3, 9, 0, 4, 6, 3, 3, 3, 9, 5, 0, 0, 6, 8, 3, 2, 8, 7, 5, 7, 8, 4, 5, 4, 3, 7, 2, 7, 5, 4, 7, 1, 1, 7, 8, 7, 7, 1, 5, 5, 5, 4, 3, 1, 2, 1, 0, 9, 5, 4, 1, 4, 1, 7, 8, 0, 0, 3, 6, 0, 3, 5, 2, 3, 0, 3, 7, 2, 7, 2, 1, 4, 5, 0, 7, 0, 4, 4, 8, 2, 4, 0, 2, 3, 9, 8, 4, 5, 2, 9, 1, 2, 7, 0, 8, 2, 9, 1, 6
Offset: 2
Examples
sqrt(211) = 14.52583904633395006832...
Programs
-
Mathematica
RealDigits[Sqrt[211],10,120][[1]] (* Harvey P. Dale, Jun 12 2017 *)
Comments