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