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