A177924 Decimal expansion of (28+sqrt(2730))/56.
1, 4, 3, 3, 0, 2, 5, 0, 3, 4, 1, 1, 5, 2, 2, 3, 6, 6, 5, 9, 6, 0, 6, 1, 1, 9, 5, 3, 4, 6, 6, 7, 8, 7, 4, 7, 3, 1, 1, 5, 6, 4, 8, 9, 9, 1, 4, 1, 0, 3, 8, 9, 4, 9, 4, 8, 8, 5, 4, 9, 3, 5, 1, 7, 6, 7, 4, 0, 2, 9, 5, 0, 7, 6, 3, 9, 3, 6, 2, 7, 6, 0, 8, 7, 3, 5, 1, 8, 6, 9, 4, 3, 6, 9, 8, 2, 6, 4, 4, 1, 4, 6, 5, 8, 0
Offset: 1
Examples
(28+sqrt(2730))/56 = 1.43302503411522366596...
Programs
-
Mathematica
RealDigits[(28+Sqrt[2730])/56,10,120][[1]] (* Harvey P. Dale, Mar 19 2023 *)
Comments