A198491 Decimal expansion of x>0 having x^2-4x=3*sin(x).
3, 6, 1, 9, 0, 6, 8, 6, 3, 6, 5, 5, 6, 5, 2, 9, 7, 6, 8, 4, 8, 5, 0, 6, 2, 0, 4, 1, 7, 6, 8, 8, 5, 0, 4, 6, 3, 2, 1, 7, 7, 2, 9, 7, 7, 6, 3, 5, 8, 8, 0, 1, 2, 4, 5, 1, 8, 8, 0, 5, 1, 1, 2, 4, 6, 9, 6, 8, 5, 7, 8, 5, 6, 3, 3, 7, 9, 4, 6, 4, 8, 8, 6, 4, 0, 2, 3, 5, 5, 6, 8, 8, 7, 2, 8, 9, 5, 1, 2
Offset: 1
Examples
3.619068636556529768485062041768850463217...
Crossrefs
Cf. A198414.
Programs
-
Mathematica
a = 1; b = -4; c = 3; f[x_] := a*x^2 + b*x; g[x_] := c*Sin[x] Plot[{f[x], g[x]}, {x, -.2, 4}] r = x /. FindRoot[f[x] == g[x], {x, 3.61, 3.62}, WorkingPrecision -> 110] RealDigits[r] (* A198491 *)
Comments