A177957 Decimal expansion of (12+3*sqrt(35))/19.
1, 5, 6, 5, 6, 9, 6, 8, 0, 7, 8, 5, 7, 8, 3, 4, 1, 1, 1, 9, 8, 4, 3, 1, 4, 9, 9, 3, 4, 0, 4, 4, 6, 5, 8, 4, 9, 7, 4, 9, 8, 1, 5, 9, 8, 3, 8, 0, 9, 6, 3, 2, 6, 8, 2, 5, 5, 9, 9, 5, 5, 7, 3, 7, 2, 3, 3, 0, 7, 7, 2, 3, 0, 3, 8, 5, 1, 0, 3, 1, 1, 1, 0, 6, 8, 2, 7, 6, 7, 1, 4, 8, 1, 8, 3, 8, 5, 6, 5, 9, 6, 9, 8, 2, 0
Offset: 1
Examples
(12+3*sqrt(35))/19 = 1.56569680785783411198...
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(12+3Sqrt[35])/19,10,120][[1]] (* Harvey P. Dale, Jul 25 2024 *)
Comments