A177838 Decimal expansion of (44+sqrt(2442))/88.
1, 0, 6, 1, 5, 5, 2, 2, 3, 1, 8, 4, 5, 7, 1, 9, 8, 4, 2, 9, 2, 7, 5, 3, 0, 6, 8, 6, 2, 5, 0, 2, 1, 8, 0, 2, 7, 5, 3, 5, 0, 0, 7, 5, 2, 2, 5, 0, 6, 1, 2, 3, 0, 9, 8, 7, 9, 9, 4, 0, 3, 8, 1, 9, 6, 2, 3, 0, 6, 3, 1, 1, 1, 0, 1, 4, 7, 2, 3, 1, 8, 3, 8, 9, 9, 6, 4, 9, 7, 6, 6, 2, 3, 2, 2, 6, 8, 9, 9, 0, 8, 6, 4, 3, 6
Offset: 1
Examples
(44+sqrt(2442))/88 = 1.06155223184571984292...
Links
- Georg Fischer, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
RealDigits[(44+Sqrt[2442])/88, 10, 100][[1]] (* Georg Fischer, Jun 23 2020 *)
Comments