A178331 Decimal expansion of (17+2*sqrt(210))/29.
1, 5, 8, 5, 6, 1, 2, 1, 8, 9, 3, 9, 2, 3, 7, 5, 0, 7, 4, 0, 4, 9, 5, 6, 3, 0, 4, 5, 3, 2, 2, 0, 5, 3, 2, 2, 2, 2, 8, 5, 5, 2, 6, 4, 0, 5, 1, 5, 5, 7, 9, 1, 2, 4, 7, 4, 9, 6, 2, 7, 0, 6, 7, 6, 3, 5, 2, 9, 7, 5, 4, 7, 3, 9, 7, 6, 1, 1, 5, 8, 9, 1, 1, 5, 2, 5, 9, 0, 5, 6, 4, 9, 6, 5, 7, 6, 6, 7, 2, 3, 9, 8, 2, 9, 6
Offset: 1
Examples
(17+2*sqrt(210))/29 = 1.58561218939237507404...
Programs
-
Mathematica
RealDigits[(17+2Sqrt[210])/29,10,120][[1]] (* Harvey P. Dale, Apr 05 2019 *)
Comments