A176445 Decimal expansion of sqrt(1295).
3, 5, 9, 8, 6, 1, 0, 8, 4, 3, 0, 8, 9, 3, 1, 6, 3, 1, 9, 4, 1, 2, 8, 7, 1, 6, 4, 5, 5, 7, 7, 7, 2, 9, 1, 0, 1, 4, 5, 4, 9, 1, 1, 9, 1, 9, 8, 5, 9, 9, 1, 5, 4, 4, 0, 6, 2, 6, 0, 2, 6, 7, 3, 6, 5, 5, 5, 1, 8, 6, 5, 6, 0, 2, 6, 7, 0, 3, 2, 2, 1, 0, 0, 9, 5, 2, 2, 9, 0, 0, 2, 1, 3, 9, 1, 1, 3, 1, 6, 8, 6, 9, 8, 1, 8
Offset: 2
Examples
sqrt(1295) = 35.98610843089316319412...
Programs
-
Mathematica
RealDigits[Sqrt[1295],10,120][[1]] (* Harvey P. Dale, Apr 19 2019 *)
Comments