login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A019848
Decimal expansion of sine of 39 degrees.
2
6, 2, 9, 3, 2, 0, 3, 9, 1, 0, 4, 9, 8, 3, 7, 4, 5, 2, 7, 0, 5, 9, 0, 2, 4, 5, 8, 2, 7, 9, 9, 7, 0, 4, 2, 6, 5, 6, 6, 8, 6, 2, 4, 1, 2, 1, 2, 9, 8, 6, 6, 6, 3, 9, 4, 6, 0, 3, 2, 8, 0, 2, 5, 7, 8, 0, 7, 5, 3, 0, 0, 9, 9, 8, 7, 2, 1, 3, 6, 3, 6, 7, 2, 4, 6, 4, 6, 9, 4, 6, 6, 0, 6, 8, 9, 9, 9, 8, 9
OFFSET
0,1
COMMENTS
This sequence is also decimal expansion of cosine of 51 degrees. - Mohammad K. Azarian, Jun 29 2013
An algebraic number of degree 16 and denominator 2. - Charles R Greathouse IV, Nov 05 2017
FORMULA
MATHEMATICA
RealDigits[Sin[39 Degree], 10, 120][[1]] (* Harvey P. Dale, Oct 02 2015 *)
PROG
(PARI) sin(13/60*Pi) \\ Charles R Greathouse IV, Nov 05 2017
KEYWORD
nonn,cons
STATUS
approved