login
A298752
Decimal expansion of (1/2)*(1 + sqrt(-7 + 4*sqrt(5))).
7
1, 1, 9, 7, 1, 8, 5, 7, 5, 5, 3, 7, 6, 4, 2, 0, 2, 4, 9, 1, 9, 7, 0, 6, 0, 4, 4, 8, 2, 0, 5, 5, 8, 5, 5, 7, 4, 8, 5, 0, 5, 5, 7, 0, 7, 1, 9, 9, 0, 3, 9, 7, 8, 7, 2, 9, 5, 2, 2, 2, 5, 0, 5, 7, 7, 3, 9, 7, 4, 1, 8, 0, 3, 4, 0, 4, 5, 0, 0, 1, 0, 3, 1, 9, 4, 5
OFFSET
1,3
COMMENTS
The positive zero of x^2 - x + 2- sqrt(5).
FORMULA
Minimal polynomial: x^4 - 2*x^3 + 5*x^2 - 4*x - 1. - Amiram Eldar, May 29 2026
EXAMPLE
1.1971857553764202492...
MATHEMATICA
r = (1/2)*(1 + Sqrt[-7 + 4 Sqrt[5]]);
RealDigits[N[r, 100], 10][[1]]
PROG
(PARI) (1+sqrt(-7+4*sqrt(5)))/2 \\ Charles R Greathouse IV, May 18 2026
CROSSREFS
KEYWORD
nonn,easy,cons,changed
AUTHOR
Clark Kimberling, Feb 13 2018
STATUS
approved