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