A176439 Decimal expansion of (7+sqrt(53))/2.
7, 1, 4, 0, 0, 5, 4, 9, 4, 4, 6, 4, 0, 2, 5, 9, 1, 3, 5, 5, 4, 8, 6, 5, 1, 2, 4, 5, 7, 6, 3, 5, 1, 6, 3, 9, 6, 8, 8, 8, 8, 3, 4, 8, 4, 1, 2, 8, 8, 2, 3, 8, 7, 1, 9, 1, 8, 9, 0, 9, 0, 8, 9, 5, 6, 4, 2, 0, 5, 7, 8, 6, 9, 3, 1, 2, 4, 5, 2, 5, 9, 1, 6, 6, 4, 7, 8, 9, 7, 0, 4, 5, 4, 0, 4, 6, 3, 3, 7, 6, 0, 9, 6, 3, 1
Offset: 1
Examples
(7+sqrt(53))/2 = 7.14005494464025913554...
Links
Programs
-
Mathematica
r=7; t = (r + (4+r^2)^(1/2))/2; FullSimplify[t] N[t, 130] RealDigits[N[t, 130]][[1]] RealDigits[(7+Sqrt[53])/2,10,120][[1]] (* Harvey P. Dale, Nov 03 2024 *)
-
PARI
(7+sqrt(53))/2 \\ Charles R Greathouse IV, Jul 24 2013
Formula
Equals lim_{n->oo} S(n, sqrt(53))/S(n-1, sqrt(53)), with the S-Chebyshev polynomials (see A049310). - Wolfdieter Lang, Nov 15 2023
Positive solution of x^2 - 7*x - 1 = 0. - Hugo Pfoertner, Apr 14 2024
Comments