A178236 Decimal expansion of (7+sqrt(229))/18.
1, 2, 2, 9, 5, 9, 6, 9, 9, 7, 2, 4, 5, 6, 4, 1, 9, 9, 5, 9, 5, 5, 1, 0, 3, 4, 4, 7, 1, 8, 5, 6, 1, 4, 7, 3, 3, 9, 8, 4, 7, 1, 5, 3, 0, 4, 6, 5, 8, 4, 4, 2, 7, 8, 7, 9, 0, 4, 8, 2, 7, 9, 4, 4, 0, 5, 4, 6, 0, 0, 6, 1, 6, 8, 6, 2, 0, 5, 6, 4, 8, 7, 3, 5, 9, 0, 1, 6, 4, 0, 7, 6, 5, 2, 7, 0, 8, 8, 7, 2, 8, 4, 1, 0, 3
Offset: 1
Examples
(7+sqrt(229))/18 = 1.22959699724564199595...
Programs
-
Mathematica
RealDigits[(7+Sqrt[229])/18,10,120][[1]] (* Harvey P. Dale, Aug 23 2019 *)
Comments