OFFSET
0,1
COMMENTS
See A199597 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
0.7664912135701791498527041146248373604930270139422...
MATHEMATICA
a = 4; b = -3; c = 1;
f[x_] := a*x^2 + b*x*Cos[x]; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -2, 2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .76, .77}, WorkingPrecision -> 110]
RealDigits[r] (* A199871 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 11 2011
EXTENSIONS
a(96) onwards corrected by Georg Fischer, Aug 03 2021
STATUS
approved