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!)
A277077 Decimal expansion of the root of cos(sin(x)) - x = 0. 1

%I #34 Nov 30 2016 05:59:10

%S 7,6,8,1,6,9,1,5,6,7,3,6,7,9,5,9,7,7,4,6,2,0,8,6,2,3,9,5,5,8,6,5,6,4,

%T 1,8,1,3,2,0,8,7,3,1,2,1,8,2,7,3,7,1,8,5,6,9,1,8,6,7,1,5,0,6,2,1,1,5,

%U 7,6,5,9,6,4,2,0,4,8,9,1,2,2,2,4,4,8,8,1,9,5,1,7,8,0,7,8,8,3,8,9,0,1,9,2,9,2,4,4

%N Decimal expansion of the root of cos(sin(x)) - x = 0.

%C The fixed point solution for the composite function y = cos(sin(x)).

%C The value A131691 is equal to the arccosine of this value and this value is equal to the arcsine of A131691.

%F Recursion: f(n) = cos(sin(f(n-1)) n->infinity.

%F Root of cos(sin(x)) - x = 0.

%e 0.76816915673679597746208623955865641813208731218273718569186715...

%t FindRoot[-x + Cos[Sin[x]] == 0, {x, 0.5, 1}, WorkingPrecision -> 265]

%o (PARI) solve(x=0.5, 1, cos(sin(x))-x) \\ _Michel Marcus_, Sep 29 2016

%Y Cf. A131691 (reversed form), A003957 (fixed point solution for cosine).

%K nonn,easy,cons

%O 0,1

%A _David D. Acker_, Sep 27 2016

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 April 30 09:09 EDT 2024. Contains 372131 sequences. (Running on oeis4.)