OFFSET
0,1
COMMENTS
This is the smallest real root of (1-x^2)^2=x.
EXAMPLE
0.52488859865640479389948613854...
MATHEMATICA
RealDigits[ x /. FindRoot[ (1-x^2)^2==x, {x, 0.5}, WorkingPrecision->100 ], 10 ][ [ 1 ] ]
PROG
(PARI) polrootsreal(x^4 - 2*x^2 - x + 1)[1] \\ Charles R Greathouse IV, Feb 11 2025
CROSSREFS
KEYWORD
AUTHOR
Michele Dondi (bik.mido(AT)tiscalinet.it), Jul 04 2002
STATUS
approved
