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