OFFSET
0,1
COMMENTS
Decimal expansion of minimal value of the function delta(n) = (n+1)^(1/2) - sigma(n)^(1/tau(n)) for n = 4, where delta(n) is called the delta-deviation from primality of the number n (see A236025).
The positive root of x^6 - 15*x^4 + 14*x^3 + 75*x^2 + 210*x - 76. - Charles R Greathouse IV, Apr 05 2026
EXAMPLE
0.32313679472740059521005682...
MATHEMATICA
RealDigits[Sqrt[5] - Surd[7, 3], 10, 120][[1]] (* Amiram Eldar, Jun 06 2023 *)
PROG
(PARI) polrootsreal(x^6 - 15*x^4 + 14*x^3 + 75*x^2 + 210*x - 76)[2] \\ Charles R Greathouse IV, Apr 05 2026
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Jaroslav Krizek, Jan 19 2014
STATUS
approved
