A085661 Decimal expansion of sin(sin(sin(1))).
6, 7, 8, 4, 3, 0, 4, 7, 7, 3, 6, 0, 7, 4, 0, 2, 2, 8, 9, 7, 9, 1, 6, 0, 1, 2, 6, 4, 8, 0, 3, 8, 6, 3, 2, 5, 0, 5, 2, 1, 1, 7, 2, 6, 0, 0, 9, 6, 1, 0, 1, 9, 4, 2, 0, 8, 2, 7, 4, 1, 1, 2, 0, 9, 2, 3, 7, 3, 9, 1, 3, 3, 4, 5, 6, 3, 7, 1, 3, 4, 4, 5, 8, 3, 7, 0, 1, 1, 9, 5, 4, 3, 2, 1, 6, 0, 9, 5, 2
Offset: 0
Examples
0.67843047736074022897916012648038632505211726009610...
Links
- Jens 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; alternative link.
Programs
-
Mathematica
RealDigits[Sin[Sin[Sin[1]]], 10, 120][[1]] (* Amiram Eldar, Jun 08 2023 *)
-
PARI
sin(sin(sin(1))) \\ Charles R Greathouse IV, Mar 25 2014