OFFSET
1,1
COMMENTS
The minimal polynomial of this constant is x^3 - 3*x^2 - x - 1, and it is its unique real root. - Amiram Eldar, May 27 2023
EXAMPLE
3.38297576790623749412270853645503458694938204374857618201956267723537...
MATHEMATICA
A276800L[n_] := RealDigits[(1/3 (1 + (19 - 3 Sqrt[33])^(1/3) + (19 + 3 Sqrt[33])^(1/3)))^2, 10, n][[1]]; A276800L[107] (* JungHwan Min, Nov 06 2016 *)
RealDigits[x /. FindRoot[x^3 - 3*x^2 - x - 1, {x, 3}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, May 27 2023 *)
PROG
(PARI) polrootsreal(x^3-3*x^2-x-1)[1] \\ Charles R Greathouse IV, Aug 21 2023
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
N. J. A. Sloane, Oct 28 2016
STATUS
approved