cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A176439 Decimal expansion of (7+sqrt(53))/2.

This page as a plain text file.
%I A176439 #26 Aug 19 2025 20:53:54
%S A176439 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,
%T A176439 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,
%U A176439 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
%N A176439 Decimal expansion of (7+sqrt(53))/2.
%C A176439 Continued fraction expansion of (7+sqrt(53))/2 is A010727.
%C A176439 This is the shape of a 7-extension rectangle; see A188640 for definitions. - _Clark Kimberling_, Apr 09 2011
%C A176439 c^n = c * A054413(n-1) + A054413(n-2), where c = (7+sqrt(53))/2. - _Gary W. Adamson_, Apr 14 2024
%H A176439 Wikipedia, <a href="https://en.wikipedia.org/wiki/Metallic_mean">Metallic mean</a>
%H A176439 <a href="/index/Al#algebraic_02">Index entries for algebraic numbers, degree 2</a>
%F A176439 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
%F A176439 Positive solution of x^2 - 7*x - 1 = 0. - _Hugo Pfoertner_, Apr 14 2024
%e A176439 (7+sqrt(53))/2 = 7.14005494464025913554...
%t A176439 r=7; t = (r + (4+r^2)^(1/2))/2; FullSimplify[t]
%t A176439 N[t, 130]
%t A176439 RealDigits[N[t, 130]][[1]]
%t A176439 RealDigits[(7+Sqrt[53])/2,10,120][[1]] (* _Harvey P. Dale_, Nov 03 2024 *)
%o A176439 (PARI) (7+sqrt(53))/2 \\ _Charles R Greathouse IV_, Jul 24 2013
%Y A176439 Cf. A010506 (decimal expansion of sqrt(53)), A010727 (all 7's sequence).
%Y A176439 Cf. A049310.
%K A176439 nonn,cons,easy
%O A176439 1,1
%A A176439 _Klaus Brockhaus_, Apr 19 2010