A177015 Decimal expansion of (124+sqrt(16926))/25.
1, 0, 1, 6, 3, 9, 9, 8, 4, 6, 2, 7, 2, 0, 7, 5, 6, 7, 9, 9, 8, 2, 0, 1, 7, 9, 2, 7, 3, 8, 6, 4, 7, 5, 9, 8, 4, 1, 4, 9, 2, 5, 7, 8, 8, 8, 7, 9, 1, 1, 1, 7, 0, 0, 0, 4, 3, 9, 7, 5, 3, 0, 4, 9, 4, 9, 6, 0, 8, 4, 8, 2, 4, 4, 1, 4, 5, 6, 9, 9, 9, 1, 2, 6, 4, 8, 7, 7, 8, 1, 6, 2, 1, 1, 6, 5, 8, 7, 8, 5, 9, 6, 1, 6, 7
Offset: 2
Examples
(124+sqrt(16926))/25 = 10.16399846272075679982...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 2..10000 (corrected by _Sean A. Irvine_)
Programs
-
Mathematica
RealDigits[(124 + Sqrt[16926])/25, 10, 100][[1]] (* Amiram Eldar, May 02 2021 *)
Comments