A176516 Decimal expansion of (9+sqrt(93))/2.
9, 3, 2, 1, 8, 2, 5, 3, 8, 0, 4, 9, 6, 4, 7, 7, 4, 9, 7, 8, 8, 0, 0, 1, 5, 5, 2, 3, 7, 1, 6, 3, 3, 1, 5, 9, 1, 9, 5, 3, 4, 5, 1, 8, 4, 6, 5, 3, 1, 6, 2, 6, 2, 0, 3, 6, 5, 0, 0, 8, 8, 4, 4, 3, 8, 6, 5, 6, 4, 3, 2, 0, 9, 3, 3, 4, 3, 2, 4, 8, 6, 1, 4, 5, 0, 0, 2, 7, 3, 5, 4, 6, 4, 6, 8, 0, 4, 2, 9, 5, 5, 4, 0, 6, 8
Offset: 1
Examples
(9+sqrt(93))/2 = 9.32182538049647749788...
Programs
-
Mathematica
RealDigits[(9+Sqrt[93])/2,10,120][[1]] (* Harvey P. Dale, Aug 07 2025 *)
Comments