OFFSET
1,1
COMMENTS
This constant and its reciprocal are the real solutions of x^4 - 2*x^3 - 2*x^2 - 2*x + 1 = (x^2 - (sqrt(5)+1)*x + 1)*(x^2 + (sqrt(5)-1)*x + 1) = 0.
This constant and its reciprocal are the solutions of x^2 - (1+sqrt(5))*x + 1 = 0.
Decimal expansion of the largest x satisfying x^2 - (1+sqrt(5))*x + 1 = 0.
For sequences of type aa(n) = 2*(aa(n-1) + aa(n-2) + aa(n-3)) - aa(n-4) for arbitrary initial terms (except the trivial all zero), i.e., linear recurrence relations of order 4 with signature (2,2,2,-1), lim_{n -> infinity} aa(n)/aa(n-1) = this constant; see for instance A192234, A192237, A317973, A317974, A317975, A317976.
LINKS
A.H.M. Smeets, Table of n, a(n) for n = 1..9999 (terms 1..3000 from Muniru A Asiru)
EXAMPLE
2.8900536382639638124570092961031296094359...
MAPLE
evalf[180]((1+sqrt(5))/2+sqrt((1+sqrt(5))/2)); # Muniru A Asiru, Nov 21 2018
MATHEMATICA
RealDigits[GoldenRatio + Sqrt[GoldenRatio], 10 , 120][[1]] (* Amiram Eldar, Nov 22 2018 *)
PROG
(PARI) ((1+sqrt(5))/2 + sqrt((1+sqrt(5))/2)) \\ Michel Marcus, Nov 21 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
A.H.M. Smeets, Sep 07 2018
STATUS
approved