A200646 Decimal expansion of least x>0 satisfying 10*x^2=tan(x).
1, 5, 2, 7, 9, 9, 1, 4, 9, 7, 9, 1, 3, 9, 9, 9, 9, 1, 7, 1, 7, 1, 1, 3, 4, 3, 8, 4, 8, 6, 1, 4, 5, 5, 9, 3, 8, 6, 7, 7, 1, 6, 3, 1, 6, 6, 2, 6, 2, 4, 0, 5, 2, 1, 3, 0, 3, 4, 4, 9, 0, 9, 0, 9, 0, 1, 8, 8, 7, 9, 9, 3, 0, 3, 3, 9, 8, 1, 7, 9, 9, 3, 7, 4, 9, 7, 0, 5, 9, 2, 0, 4, 5, 3, 4, 3, 2, 8, 3
Offset: 1
Examples
1.527991497913999917171134384861455938677...
Crossrefs
Cf. A200338.
Programs
-
Mathematica
a = 10; c = 0; 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.52, 1.53}, WorkingPrecision -> 110] RealDigits[r] (* A200646 *)
Comments