A019844 Decimal expansion of sine of 35 degrees.
5, 7, 3, 5, 7, 6, 4, 3, 6, 3, 5, 1, 0, 4, 6, 0, 9, 6, 1, 0, 8, 0, 3, 1, 9, 1, 2, 8, 2, 6, 1, 5, 7, 8, 6, 4, 6, 2, 0, 4, 3, 3, 3, 7, 1, 4, 5, 0, 9, 8, 6, 3, 5, 1, 0, 8, 1, 0, 2, 7, 1, 1, 8, 1, 6, 9, 4, 5, 6, 8, 9, 9, 8, 5, 2, 5, 6, 1, 6, 1, 0, 0, 5, 9, 7, 2, 2, 0, 1, 2, 6, 4, 0, 2, 2, 0, 3, 3, 3
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
RealDigits[Sin[35 Degree],10,120][[1]] (* Harvey P. Dale, Mar 26 2013 *)
-
PARI
sin(35*Pi/180) \\ Michel Marcus, Aug 11 2014
Comments