A176220 Decimal expansion of (10+sqrt(110))/5.
4, 0, 9, 7, 6, 1, 7, 6, 9, 6, 3, 4, 0, 3, 0, 3, 0, 9, 3, 9, 8, 2, 9, 0, 7, 0, 2, 7, 3, 5, 9, 8, 7, 5, 1, 9, 6, 9, 5, 0, 5, 4, 3, 7, 1, 5, 3, 6, 3, 0, 0, 7, 9, 6, 9, 7, 5, 1, 5, 1, 1, 5, 2, 7, 1, 6, 0, 0, 1, 1, 8, 5, 1, 0, 0, 2, 2, 0, 1, 3, 8, 2, 8, 3, 8, 7, 7, 0, 5, 7, 7, 8, 6, 6, 3, 8, 8, 8, 3, 5, 6, 0, 7, 9, 2
Offset: 1
Examples
(10+sqrt(110))/5 = 4.09761769634030309398...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(10+Sqrt[110])/5,10,120][[1]] (* Harvey P. Dale, Jan 24 2020 *)
Comments