A176110 Decimal expansion of sqrt(255).
1, 5, 9, 6, 8, 7, 1, 9, 4, 2, 2, 6, 7, 1, 3, 1, 1, 9, 9, 9, 0, 7, 0, 2, 4, 5, 1, 7, 6, 9, 8, 0, 6, 1, 3, 8, 4, 1, 5, 6, 7, 3, 4, 9, 7, 0, 4, 3, 7, 5, 4, 2, 6, 6, 7, 3, 2, 3, 6, 8, 3, 7, 6, 4, 6, 0, 6, 2, 3, 9, 4, 5, 2, 5, 8, 7, 6, 3, 4, 2, 9, 2, 2, 8, 4, 6, 5, 6, 2, 3, 1, 1, 4, 2, 5, 8, 3, 9, 1, 9, 3, 7, 5, 9, 2
Offset: 2
Examples
sqrt(255) = 15.96871942267131199907...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 2..10000
- Index entries for algebraic numbers, degree 2
Crossrefs
Programs
-
Mathematica
RealDigits[Sqrt[255],10,120][[1]] (* Harvey P. Dale, Mar 22 2017 *)
Comments