OFFSET
1,1
EXAMPLE
6.9014126090213042932387323136399265516592011535132768777...
MATHEMATICA
t = x /. FindRoot[4/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]
RealDigits[t]
PROG
(PARI) solve(x=6, 7, 4/x-sin(x)) \\ Charles R Greathouse IV, Sep 06 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 06 2011
STATUS
approved