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