OFFSET
0,1
COMMENTS
Solutions of cos(sin(z)) = sin(cos(z)) are of the form z = 2 k Pi +- Pi/4 +- i*y, where k is an arbitrary integer, and y is the constant given here, or some larger value (2.399388..., 2.99286967..., 3.3619044...).
FORMULA
y = 0.4663385348278305845718632848784660354269560408360176474839528869636889462...
MAPLE
Digits:= 140:
abs(Im(fsolve(cos(sin(z))-sin(cos(z)), z, complex))); # Alois P. Heinz, Nov 26 2021
MATHEMATICA
RealDigits[Im[z /. FindRoot[Cos[Sin[z]] == Sin[Cos[z]], {z, Pi/4 + I/2}, WorkingPrecision -> 110]], 10, 100][[1]] (* Amiram Eldar, Nov 26 2021 *)
PROG
(PARI) A349701_upto(N)={localprec(N+5); my(x=Pi/4); digits(solve(y=.4, .5, real(cos(sin(x+I*y))-sin(cos(x+I*y))))\10^-N)}
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
M. F. Hasler, Nov 25 2021
STATUS
approved