OFFSET
1,1
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 = 1..10000
Eric Weisstein's World of Mathematics, Circular Segment.
FORMULA
Decimal expansion of the solution of sin(x) = x - 2.
EXAMPLE
2.5541959528370430378296661737918779361157491714110524381405663643020...
MATHEMATICA
RealDigits[ x /. FindRoot[x - Sin[x] - 2, {x, 2}, WorkingPrecision -> 105]][[1]] (* Jean-François Alcover, Oct 30 2012 *)
PROG
(PARI) solve(x=0, Pi, x-sin(x)-2)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Jul 11 2010
STATUS
approved