A176017 Decimal expansion of (7+sqrt(77))/14.
1, 1, 2, 6, 7, 8, 3, 1, 7, 0, 5, 2, 8, 0, 0, 8, 7, 1, 8, 6, 0, 0, 4, 5, 6, 3, 0, 7, 6, 7, 2, 5, 9, 3, 5, 4, 0, 0, 6, 2, 5, 6, 2, 6, 3, 0, 5, 3, 9, 6, 0, 7, 3, 9, 9, 3, 5, 1, 9, 7, 8, 2, 5, 9, 2, 7, 0, 1, 9, 7, 4, 7, 4, 7, 2, 9, 9, 5, 0, 4, 4, 8, 6, 9, 1, 1, 2, 0, 9, 3, 9, 7, 9, 0, 6, 2, 1, 8, 3, 9, 7, 0, 9, 8, 3
Offset: 1
Examples
(7+sqrt(77))/14 = 1.12678317052800871860...
Programs
-
Mathematica
RealDigits[(7+Sqrt[77])/14,10,120][[1]] (* Harvey P. Dale, Oct 15 2013 *)
Comments