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

A374408
Decimal expansion of the least positive solution of cos(x) - sin(x) = 3/4.
5
2, 2, 6, 4, 0, 8, 2, 9, 7, 3, 7, 2, 4, 6, 2, 7, 8, 5, 8, 1, 9, 6, 6, 5, 6, 8, 0, 9, 7, 4, 8, 5, 0, 1, 4, 5, 1, 1, 1, 5, 5, 0, 9, 4, 4, 0, 3, 2, 8, 8, 9, 2, 6, 9, 6, 1, 0, 9, 5, 5, 8, 1, 0, 7, 1, 7, 1, 8, 3, 7, 0, 7, 2, 6, 1, 5, 1, 2, 0, 7, 7, 3, 3, 7, 2, 7
OFFSET
0,1
FORMULA
Equals arctan((16 - 3*sqrt(23))/7). - Vaclav Kotesovec, Jul 08 2024
EXAMPLE
0.226408297372462785819665680974850145111550944032889269...
MATHEMATICA
f = FindRoot[Cos[ x] - Sin[ x ] == 3/4, {x, {0, 2}}, WorkingPrecision -> 500][[1, 2]][[1]]
RealDigits[f][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 07 2024
STATUS
approved