A019866 Decimal expansion of sine of 57 degrees.
8, 3, 8, 6, 7, 0, 5, 6, 7, 9, 4, 5, 4, 2, 4, 0, 2, 9, 6, 3, 7, 5, 9, 0, 9, 4, 1, 8, 0, 4, 5, 4, 7, 8, 9, 4, 0, 3, 9, 5, 0, 0, 2, 6, 5, 0, 9, 5, 9, 2, 3, 8, 2, 4, 9, 2, 2, 0, 1, 2, 9, 0, 2, 9, 2, 2, 6, 3, 5, 1, 6, 9, 5, 3, 4, 3, 8, 0, 6, 7, 7, 5, 1, 3, 4, 7, 3, 9, 8, 3, 9, 2, 2, 9, 7, 4, 5, 3, 7
Offset: 0
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
- Wikipedia, Exact trigonometric constants
- Index entries for algebraic numbers, degree 16
Programs
-
Mathematica
RealDigits[Sin[57 Degree],10,120][[1]] (* Harvey P. Dale, Oct 30 2011 *)
-
PARI
sin(19/60*Pi) \\ Charles R Greathouse IV, Nov 05 2017
Comments