login
A019892
Decimal expansion of sine of 83 degrees.
6
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,1
COMMENTS
Decimal expansion of sin(83*Pi/180).
Algebraic number of degree 48 and denominator 2. - Charles R Greathouse IV, Nov 06 2017
EXAMPLE
0.9925461516413220349800615893305841090436528774068282...
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 *)
PROG
(PARI) sin(83/180*Pi) \\ Charles R Greathouse IV, Nov 06 2017
CROSSREFS
Sequence in context: A199623 A255169 A388893 * A275710 A387446 A110639
KEYWORD
nonn,cons
STATUS
approved