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