OFFSET
3,2
COMMENTS
REFERENCES
S. Selby, editor, CRC Basic Mathematical Tables, CRC Press, 1970, p. 7.
LINKS
G. C. Greubel, Table of n, a(n) for n = 3..10002
Eric Weisstein's World of Mathematics, Circular Segment.
EXAMPLE
146.3446481469584283647321150080224451316690962652634500095885765914885737881...
MATHEMATICA
RealDigits[(180/Pi)*(x /.FindRoot[x-Sin[x]-2, {x, 2}, WorkingPrecision -> 200]), 10, 100][[1]] (* G. C. Greubel, Nov 16 2018 *)
PROG
(PARI) (solve(x=0, Pi, x-sin(x)-2))*180/Pi
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Jul 11 2010
STATUS
approved