A085659 Decimal expansion of sin(e).
4, 1, 0, 7, 8, 1, 2, 9, 0, 5, 0, 2, 9, 0, 8, 6, 9, 5, 4, 7, 6, 0, 0, 9, 4, 9, 2, 0, 1, 8, 3, 6, 0, 5, 9, 1, 8, 8, 8, 3, 0, 6, 9, 7, 0, 3, 9, 3, 4, 1, 5, 3, 4, 5, 3, 0, 4, 5, 7, 1, 6, 5, 8, 8, 0, 6, 1, 3, 5, 1, 8, 2, 4, 3, 7, 6, 5, 4, 9, 9, 5, 8, 7, 5, 9, 7, 8, 6, 1, 9, 0, 4, 5, 4, 3, 5, 5, 9, 3
Offset: 0
Examples
0.410781290...
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.
Programs
-
Maple
evalf(sin(exp(1))) ; # R. J. Mathar, Oct 18 2013
-
Mathematica
RealDigits[Sin[E],10,120][[1]] (* Harvey P. Dale, Jan 06 2012 *)
-
PARI
sin(exp(1)) \\ Charles R Greathouse IV, Mar 25 2014
Comments