A255272 Decimal expansion of the second smallest positive root of tan(x) = x.
7, 7, 2, 5, 2, 5, 1, 8, 3, 6, 9, 3, 7, 7, 0, 7, 1, 6, 4, 1, 9, 5, 0, 6, 8, 9, 3, 3, 0, 6, 2, 9, 8, 6, 6, 2, 6, 3, 7, 8, 1, 5, 9, 3, 0, 4, 6, 1, 0, 7, 9, 1, 1, 8, 6, 6, 4, 9, 3, 2, 8, 2, 1, 6, 7, 2, 9, 6, 4, 5, 0, 0, 1, 6, 8, 2, 6, 8, 8, 8, 1, 6, 1, 8, 4, 5, 0, 4, 8, 4, 5, 7, 4, 0, 6, 9, 5, 7, 8, 6, 9, 7
Offset: 1
Examples
7.72525183693770716419506893306298662637815930461...
Links
- Eric Weisstein's World of Mathematics, du Bois-Reymond Constants.
Crossrefs
Programs
-
Mathematica
xi[n_] := x /. FindRoot[Tan[x] == x, {x, n*Pi + Pi/2 - 1/(4*n)}, WorkingPrecision -> 102]; RealDigits[xi[2]] // First
-
PARI
solve(x=7,7.8,tan(x)-x) \\ Charles R Greathouse IV, Apr 20 2016
Comments