OFFSET
0,1
COMMENTS
Also imaginary part of e^(i*e). - Stanislav Sykora, May 16 2012
LINKS
J. Blanck, Exact real arithmetic systems: results of competition, pp. 389-393 of J. Blanck et al., eds., Computability and Complexity in Analysis (CCA 2000), Lect. Notes Computer Science, Springer-Verlag, 2001.
EXAMPLE
0.410781290...
MAPLE
evalf(sin(exp(1))) ; # R. J. Mathar, Oct 18 2013
MATHEMATICA
RealDigits[Sin[E], 10, 120][[1]] (* Harvey P. Dale, Jan 06 2012 *)
PROG
(PARI) sin(exp(1)) \\ Charles R Greathouse IV, Mar 25 2014
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Jul 15 2003
STATUS
approved