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