OFFSET
0,1
COMMENTS
Let p(n,x) denote the n-th Maclaurin polynomial of e^x, and let p'(n,x) denote its derivative. Then p'(n+1,x) = p(n,x), so that the real zero r of p(n,x), for odd n, is also the value of x that minimizes p(n+1,x). Let y = 0.5960716... . Then for n = 3, we have r = - y - 1; see A332324 for the minimal value of p(4,x). - Clark Kimberling, Feb 13 2020
FORMULA
x = (1+sqrt(2))^(1/3) - 1/(1+sqrt(2))^(1/3).
From Gerry Martens, Mar 23 2025: (Start)
Equals (2/3)*hypergeom([1/3, 2/3], [3/2], -1).
Equals 2*sinh(asinh(1)/3). (End)
EXAMPLE
x = 0.596071637983321523112805414399681828113325...
MATHEMATICA
RealDigits[N[Solve[3*z+z^3==2, z][[1, 1, 2]], 100]][[1]]
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Zak Seidov, Apr 27 2006
EXTENSIONS
a(99) corrected by Sean A. Irvine, Jul 25 2021
STATUS
approved
