login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A349701 Decimal expansion of the smallest imaginary part of solutions z of cos(sin(z)) = sin(cos(z)). 0
4, 6, 6, 3, 3, 8, 5, 3, 4, 8, 2, 7, 8, 3, 0, 5, 8, 4, 5, 7, 1, 8, 6, 3, 2, 8, 4, 8, 7, 8, 4, 6, 6, 0, 3, 5, 4, 2, 6, 9, 5, 6, 0, 4, 0, 8, 3, 6, 0, 1, 7, 6, 4, 7, 4, 8, 3, 9, 5, 2, 8, 8, 6, 9, 6, 3, 6, 8, 8, 9, 4, 6, 2, 1, 4, 4, 1, 5, 4, 7, 4, 8, 7, 1, 5 (list; constant; graph; refs; listen; history; text; internal format)
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...).
LINKS
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
Cf. A003881 (Pi/4).
Sequence in context: A021686 A019923 A019800 * A344777 A191761 A201451
KEYWORD
nonn,cons
AUTHOR
M. F. Hasler, Nov 25 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 15 23:26 EDT 2024. Contains 374334 sequences. (Running on oeis4.)