A177038 Decimal expansion of (195+sqrt(65029))/314.
1, 4, 3, 3, 1, 4, 5, 9, 9, 6, 8, 6, 8, 2, 8, 4, 5, 6, 3, 2, 7, 8, 7, 6, 8, 2, 8, 9, 4, 7, 3, 1, 0, 8, 7, 4, 0, 4, 4, 4, 6, 7, 1, 5, 5, 6, 0, 4, 7, 5, 4, 3, 8, 6, 3, 3, 0, 3, 6, 5, 7, 6, 3, 8, 8, 8, 9, 2, 7, 0, 9, 5, 7, 9, 6, 2, 7, 4, 7, 7, 1, 0, 8, 4, 5, 2, 9, 7, 3, 6, 9, 6, 4, 5, 0, 4, 9, 2, 4, 8, 7, 6, 4, 6, 0
Offset: 1
Examples
(195+sqrt(65029))/314 = 1.43314599686828456327...
Programs
-
Mathematica
RealDigits[(195+Sqrt[65029])/314,10,120][[1]] (* Harvey P. Dale, Nov 29 2023 *)
Comments