A019892 Decimal expansion of sine of 83 degrees.
9, 9, 2, 5, 4, 6, 1, 5, 1, 6, 4, 1, 3, 2, 2, 0, 3, 4, 9, 8, 0, 0, 6, 1, 5, 8, 9, 3, 3, 0, 5, 8, 4, 1, 0, 9, 0, 4, 3, 6, 5, 2, 8, 7, 7, 4, 0, 6, 8, 2, 8, 2, 3, 2, 2, 3, 5, 5, 5, 3, 5, 7, 6, 0, 1, 0, 0, 9, 7, 4, 7, 1, 6, 8, 7, 0, 1, 2, 1, 9, 2, 9, 5, 9, 0, 9, 2, 8, 4, 8, 3, 5, 0, 4, 0, 9, 5, 8, 9
Offset: 0
Examples
0.9925461516413220349800615893305841090436528774068282...
Links
Programs
-
Maple
Digits:=100: evalf(sin(83*Pi/180)); # Wesley Ivan Hurt, Aug 31 2014
-
Mathematica
First@RealDigits[Sin[83 Degree], 10, 120] (* Michael De Vlieger, Aug 31 2014 *)
-
PARI
sin(83/180*Pi) \\ Charles R Greathouse IV, Nov 06 2017
Comments