A176536 Decimal expansion of (15 + sqrt(235))/3.
1, 0, 1, 0, 9, 9, 0, 3, 2, 3, 8, 9, 1, 8, 6, 3, 0, 5, 5, 2, 1, 8, 4, 5, 6, 0, 6, 6, 3, 8, 5, 7, 3, 4, 9, 5, 7, 0, 2, 3, 1, 0, 9, 1, 0, 8, 6, 5, 1, 8, 8, 2, 3, 1, 9, 5, 2, 2, 1, 5, 9, 8, 0, 2, 3, 6, 1, 5, 9, 8, 3, 1, 0, 4, 8, 8, 8, 8, 3, 8, 9, 9, 0, 6, 2, 7, 3, 4, 1, 4, 5, 6, 8, 5, 2, 2, 6, 0, 7, 6, 4, 7, 3, 8, 5
Offset: 2
Examples
(15+sqrt(235))/3 = 10.10990323891863055218...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 2..10000
Programs
-
Mathematica
RealDigits[(15+Sqrt[235])/3,10,120][[1]] (* Harvey P. Dale, Feb 17 2020 *)
-
PARI
sqrt(235)/3 + 5 \\ Charles R Greathouse IV, Apr 25 2016
Comments