OFFSET
1,1
COMMENTS
See A201741 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
3.410146844945629492286480636530226066252...
MATHEMATICA
a = 1; b = 4; c = 5;
f[x_] := a*x^2 + b*x + c; g[x_] := E^x
Plot[{f[x], g[x]}, {x, -3, 3.5}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 3.4, 3.5}, WorkingPrecision -> 110]
RealDigits[r] (* A201930 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 06 2011
EXTENSIONS
a(96) onwards corrected by Georg Fischer, Aug 03 2021
STATUS
approved