OFFSET
1,1
COMMENTS
The "metallic" constants A001622, A014176 etc. are defined inserting a = 1, 2, 3, 4, ... into (a+sqrt(a^2+4))/2. [Stakhov & Aranson] - R. J. Mathar, Feb 14 2011
This is the length/width ratio of a 5-extension rectangle; see A188640 where the metallic constants are defined for rational numbers. - Clark Kimberling, Apr 09 2011
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
A. Stakhov and Samuil Aranson, Hyperbolic Fibonacci and Lucas functions, Golden Fibonacci Goniometry, Bodnar's Geometry, ..., Appl. Math. 2 (1) (2011) 74-84.
Wikipedia, Metallic mean
FORMULA
5 plus the constant in A085551. - R. J. Mathar, Sep 02 2008
Equals lim_{n->infinity} S(n, sqrt(29))/ S(n-1, sqrt(29)), with the S-Chebyshev polynomials (see A049310). - Wolfdieter Lang, Nov 15 2023
EXAMPLE
5.19258240356725201562535524577016477814756...
MATHEMATICA
r=5; t=(r+(4+r^2)^(1/2))/2; FullSimplify[t]
N[t, 130]
RealDigits[N[t, 130]][[1]]
ContinuedFraction[t, 120] (* Clark Kimberling, Apr 09 2011 *)
PROG
(PARI) (5 + sqrt(29))/2 \\ Charles R Greathouse IV, Jul 24 2013
(Magma) SetDefaultRealField(RealField(100)); (5 + Sqrt(29))/2; // G. C. Greubel, Jun 30 2019
(Sage) numerical_approx((5+sqrt(29))/2, digits=100) # G. C. Greubel, Jun 30 2019
CROSSREFS
KEYWORD
AUTHOR
Eric W. Weisstein, Sep 02 2004
STATUS
approved