A019859 Decimal expansion of sine of 50 degrees.
7, 6, 6, 0, 4, 4, 4, 4, 3, 1, 1, 8, 9, 7, 8, 0, 3, 5, 2, 0, 2, 3, 9, 2, 6, 5, 0, 5, 5, 5, 4, 1, 6, 6, 7, 3, 9, 3, 5, 8, 3, 2, 4, 5, 7, 0, 8, 0, 3, 9, 5, 2, 4, 5, 8, 5, 4, 0, 4, 5, 2, 8, 4, 6, 4, 2, 1, 5, 5, 3, 8, 8, 8, 5, 6, 8, 7, 4, 7, 2, 3, 5, 2, 8, 2, 2, 9, 2, 7, 6, 6, 8, 0, 5, 4, 8, 4, 9, 3
Offset: 0
Examples
0.76604444...
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
- Raul Prisacariu, The Nonagon, Hyperbola and Lill’s Method
- Index entries for algebraic numbers, degree 3
Programs
-
Mathematica
RealDigits[ Cos[ 2Pi/9], 10, 111][[1]] (* Robert G. Wilson v *) RealDigits[Sin[50 Degree],10,120][[1]] (* Harvey P. Dale, Dec 19 2012 *)
-
PARI
sin(5/18*Pi) \\ Charles R Greathouse IV, Nov 05 2017
Formula
Equals cos(2*Pi/9) = 2F1(5/6,1/6;1/2;3/4) / 2. - R. J. Mathar, Oct 27 2008
Comments