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