A147868 Decimal expansion of smallest positive solution to x^8 = tan x.
1, 0, 8, 2, 1, 8, 4, 2, 0, 5, 8, 6, 8, 1, 9, 5, 4, 4, 5, 6, 1, 9, 5, 8, 7, 1, 0, 6, 7, 1, 9, 9, 8, 6, 1, 8, 7, 6, 8, 3, 9, 6, 1, 5, 2, 5, 9, 0, 5, 9, 4, 1, 1, 4, 0, 3, 4, 0, 8, 4, 2, 6, 7, 0, 9, 8, 7, 6, 3, 4, 7, 3, 9, 8, 4, 2, 6, 9, 8, 1, 9, 5, 3, 1, 1, 0, 7, 2, 6, 4, 2, 4, 9, 3, 8, 8, 5, 0, 3, 4
Offset: 1
Programs
-
Mathematica
RealDigits[x/.FindRoot[x^8==Tan[x],{x,1},WorkingPrecision->120]][[1]] (* Harvey P. Dale, Aug 04 2016 *)