A200687 Decimal expansion of least x>0 satisfying 3-x^2=tan(x).
1, 0, 7, 4, 3, 0, 7, 6, 1, 9, 5, 9, 3, 5, 8, 9, 1, 7, 7, 1, 9, 6, 3, 6, 3, 6, 3, 4, 6, 2, 8, 6, 8, 7, 2, 2, 8, 6, 3, 7, 8, 6, 5, 2, 1, 6, 3, 2, 7, 4, 8, 5, 0, 2, 3, 8, 3, 7, 3, 8, 7, 0, 4, 1, 7, 5, 0, 6, 4, 8, 9, 9, 8, 3, 5, 1, 5, 7, 8, 2, 6, 7, 7, 6, 8, 1, 7, 2, 6, 7, 9, 4, 8, 4, 1, 1, 7, 2, 8
Offset: 1
Examples
1.074307619593589177196363634628687228637...
Crossrefs
Cf. A200338.
Programs
-
Mathematica
a = -1; c = 3; f[x_] := a*x^2 + c; g[x_] := Tan[x] Plot[{f[x], g[x]}, {x, -.1, Pi/2}, {AxesOrigin -> {0, 0}}] r = x /. FindRoot[f[x] == g[x], {x, 1.0, 1.1}, WorkingPrecision -> 110] RealDigits[r] (* A200687 *)
Comments