A177156 Decimal expansion of (9+sqrt(221))/14.
1, 7, 0, 4, 7, 1, 9, 1, 9, 6, 2, 3, 7, 0, 3, 6, 1, 0, 8, 7, 5, 8, 0, 0, 0, 5, 8, 6, 7, 0, 9, 3, 8, 5, 4, 7, 5, 1, 0, 3, 4, 9, 8, 9, 6, 5, 2, 6, 5, 7, 7, 5, 8, 2, 5, 7, 5, 4, 5, 0, 6, 7, 7, 2, 1, 6, 0, 8, 4, 5, 5, 2, 2, 4, 8, 4, 3, 6, 9, 1, 1, 8, 4, 7, 2, 5, 5, 9, 7, 4, 7, 1, 6, 2, 4, 2, 5, 7, 9, 2, 9, 0, 8, 8, 7
Offset: 1
Examples
(9+sqrt(221))/14 = 1.70471919623703610875...
Programs
-
Mathematica
RealDigits[(9+Sqrt[221])/14,10,120][[1]] (* Harvey P. Dale, Jan 12 2022 *)
Comments