A176523 Decimal expansion of (45+3*sqrt(235))/10.
9, 0, 9, 8, 9, 1, 2, 9, 1, 5, 0, 2, 6, 7, 6, 7, 4, 9, 6, 9, 6, 6, 1, 0, 4, 5, 9, 7, 4, 7, 1, 6, 1, 4, 6, 1, 3, 2, 0, 7, 9, 8, 1, 9, 7, 7, 8, 6, 6, 9, 4, 0, 8, 7, 5, 6, 9, 9, 4, 3, 8, 2, 2, 1, 2, 5, 4, 3, 8, 4, 7, 9, 4, 3, 9, 9, 9, 5, 5, 0, 9, 1, 5, 6, 4, 6, 0, 7, 3, 1, 1, 1, 6, 7, 0, 3, 4, 6, 8, 8, 2, 6, 4, 6, 9
Offset: 1
Examples
(45+3*sqrt(235))/10 = 9.09891291502676749696...
Programs
-
Mathematica
RealDigits[(45+3Sqrt[235])/10,10,120][[1]] (* Harvey P. Dale, Aug 27 2011 *)
Comments