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”).

A019847
Decimal expansion of sine of 38 degrees.
4
6, 1, 5, 6, 6, 1, 4, 7, 5, 3, 2, 5, 6, 5, 8, 2, 7, 9, 6, 6, 8, 8, 1, 1, 0, 9, 2, 8, 4, 3, 6, 5, 5, 6, 2, 8, 2, 5, 0, 9, 3, 0, 8, 7, 1, 5, 1, 5, 2, 1, 0, 3, 2, 5, 9, 8, 6, 2, 7, 3, 7, 5, 6, 5, 6, 7, 6, 3, 7, 2, 0, 3, 3, 6, 3, 2, 5, 1, 2, 3, 6, 0, 3, 1, 2, 8, 2, 8, 8, 0, 5, 3, 7, 1, 6, 4, 0, 7, 5
OFFSET
0,1
COMMENTS
This sequence is also decimal expansion of cosine of 52 degrees. - Mohammad K. Azarian, Jun 29 2013
An algebraic number of degree 12 and denominator 2. - Charles R Greathouse IV, Nov 05 2017
FORMULA
Equals 2*A019828*A019880. - R. J. Mathar, Jan 17 2021
EXAMPLE
0.6156614...
MATHEMATICA
RealDigits[Sin[38 Degree], 10, 120][[1]] (* Harvey P. Dale, Dec 06 2020 *)
PROG
(PARI) sin(19/90*Pi) \\ Charles R Greathouse IV, Nov 05 2017
CROSSREFS
Sequence in context: A370424 A325313 A365165 * A021946 A257704 A248411
KEYWORD
nonn,cons
STATUS
approved