A188735 Decimal expansion of (9+sqrt(97))/4.
4, 7, 1, 2, 2, 1, 4, 4, 5, 0, 4, 4, 9, 0, 2, 6, 1, 8, 0, 4, 3, 6, 5, 5, 2, 8, 5, 3, 7, 2, 9, 4, 0, 6, 1, 2, 0, 4, 2, 4, 0, 3, 4, 0, 7, 1, 8, 6, 0, 6, 9, 1, 0, 4, 2, 9, 3, 0, 7, 8, 8, 6, 3, 2, 4, 5, 9, 1, 1, 0, 1, 4, 5, 9, 2, 6, 9, 1, 9, 6, 5, 7, 5, 2, 3, 3, 0, 0, 1, 9, 6, 0, 2, 8, 8, 5, 6, 4, 4, 0, 6, 0, 9, 5, 2, 5, 2, 9, 9, 7, 1, 7, 9, 3, 7, 2, 9, 9, 9, 2, 9, 5, 1, 8, 7, 7, 5, 9, 3, 4
Offset: 1
Examples
4.712214450449026180436552853729406120424034071860691042930...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); (9+Sqrt(97))/4; // G. C. Greubel, Nov 01 2018
-
Maple
evalf((9+sqrt(97))/4,140); # Muniru A Asiru, Nov 01 2018
-
Mathematica
r = 9/2; t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t] N[t, 130] RealDigits[N[t, 130]][[1]] ContinuedFraction[t, 120]
-
PARI
(sqrt(97)+9)/4 \\ Charles R Greathouse IV, Apr 25 2016
Comments