A019843 Decimal expansion of sine of 34 degrees.
5, 5, 9, 1, 9, 2, 9, 0, 3, 4, 7, 0, 7, 4, 6, 8, 3, 0, 1, 6, 0, 4, 2, 8, 1, 3, 9, 9, 8, 5, 9, 8, 9, 2, 8, 7, 3, 0, 6, 6, 2, 1, 9, 4, 0, 3, 9, 5, 6, 6, 9, 4, 2, 1, 7, 9, 4, 8, 6, 9, 3, 5, 2, 2, 4, 5, 4, 0, 2, 8, 4, 7, 3, 9, 7, 6, 4, 2, 8, 3, 9, 1, 7, 7, 5, 0, 8, 8, 0, 5, 3, 1, 0, 7, 2, 6, 3, 9, 6
Offset: 0
Examples
0.55919290...
Links
Programs
-
Mathematica
RealDigits[Sin[34 Degree],10,120][[1]] (* Harvey P. Dale, Aug 03 2021 *)
-
PARI
sin(17/90*Pi) \\ Charles R Greathouse IV, Nov 05 2017
Comments