OFFSET
1,3
COMMENTS
Larger of the real roots of x^6 - x^3 - 1. - Charles R Greathouse IV, Apr 14 2014
LINKS
EXAMPLE
1.1739849967053285...
MAPLE
phi := (sqrt(5)+1)/2 ; evalf(root[3](phi)) ; # R. J. Mathar, Oct 16 2015
MATHEMATICA
RealDigits[N[GoldenRatio^(1/3), 200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Feb 06 2012 *)
PROG
(PARI) polrootsreal(x^6-x^3-1)[2] \\ Charles R Greathouse IV, Apr 14 2014
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Mohammad K. Azarian, Apr 14 2008
STATUS
approved