OFFSET
1,1
COMMENTS
See A198414 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
3.069950186948313147455115773883181611274...
MATHEMATICA
a = 1; b = -3; c = 3;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 3.5}]
r = x /. FindRoot[f[x] == g[x], {x, 3, 3.1}, WorkingPrecision -> 110]
RealDigits[r] (* A198433 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 25 2011
EXTENSIONS
a(92) onwards corrected by Georg Fischer, Aug 01 2021
STATUS
approved