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