A176108 Decimal expansion of (9+sqrt(93))/6.
3, 1, 0, 7, 2, 7, 5, 1, 2, 6, 8, 3, 2, 1, 5, 9, 1, 6, 5, 9, 6, 0, 0, 0, 5, 1, 7, 4, 5, 7, 2, 1, 1, 0, 5, 3, 0, 6, 5, 1, 1, 5, 0, 6, 1, 5, 5, 1, 0, 5, 4, 2, 0, 6, 7, 8, 8, 3, 3, 6, 2, 8, 1, 4, 6, 2, 1, 8, 8, 1, 0, 6, 9, 7, 7, 8, 1, 0, 8, 2, 8, 7, 1, 5, 0, 0, 0, 9, 1, 1, 8, 2, 1, 5, 6, 0, 1, 4, 3, 1, 8, 4, 6, 8, 9
Offset: 1
Examples
(9+sqrt(93))/6 = 3.10727512683215916596...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(9+Sqrt[93])/6,10,120][[1]] (* Harvey P. Dale, Nov 12 2022 *)
Comments