login
A198577
Decimal expansion of x > 0 satisfying 2*x^2-4*x = sin(x).
2
2, 1, 8, 6, 6, 5, 0, 7, 8, 3, 2, 6, 6, 9, 0, 6, 1, 7, 9, 5, 8, 5, 5, 4, 5, 2, 7, 5, 4, 8, 1, 7, 9, 4, 6, 4, 2, 1, 0, 4, 2, 1, 1, 2, 2, 2, 7, 3, 1, 3, 3, 9, 8, 1, 8, 5, 6, 6, 8, 7, 2, 1, 7, 5, 8, 6, 4, 9, 2, 6, 3, 6, 0, 0, 2, 0, 8, 3, 0, 9, 4, 5, 2, 3, 6, 8, 9, 8, 9, 8, 5, 0, 9, 6, 8, 5, 8, 2, 5
OFFSET
1,1
COMMENTS
See A198414 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
2.186650783266906179585545275481794642104211222...
MATHEMATICA
a = 2; b = -4; c = 1;
f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -.2, 2.5}]
r = x /. FindRoot[f[x] == g[x], {x, 2.1, 2.2}, WorkingPrecision -> 110]
RealDigits[r] (* A198577 *)
CROSSREFS
Cf. A198414.
Sequence in context: A193908 A193904 A154897 * A011135 A324775 A324124
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 27 2011
EXTENSIONS
a(86) onwards corrected by Georg Fischer, Aug 01 2021
STATUS
approved