A177703 Decimal expansion of (2+sqrt(10))/3.
1, 7, 2, 0, 7, 5, 9, 2, 2, 0, 0, 5, 6, 1, 2, 6, 4, 4, 3, 9, 9, 9, 6, 3, 1, 1, 8, 1, 4, 7, 7, 5, 7, 2, 8, 4, 4, 5, 7, 3, 1, 8, 5, 0, 4, 6, 4, 4, 1, 7, 3, 8, 9, 4, 2, 2, 8, 5, 8, 3, 4, 9, 5, 0, 9, 3, 0, 8, 6, 4, 8, 1, 2, 8, 7, 9, 7, 4, 6, 0, 7, 3, 7, 8, 1, 4, 1, 6, 0, 3, 6, 1, 2, 6, 4, 3, 3, 4, 3, 1, 7, 2, 9, 1, 1
Offset: 1
Examples
(2+sqrt(10))/3 = 1.72075922005612644399...
Programs
-
Mathematica
RealDigits[(2+Sqrt[10])/3,10,120][[1]] (* Harvey P. Dale, Jun 21 2011 *)
Comments