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!)
A125578 Decimal expansion of positive root of x^2 = cos(x). 3

%I #7 Jun 21 2023 12:34:19

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

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

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

%N Decimal expansion of positive root of x^2 = cos(x).

%C Both roots have same magnitude: x = +-0.824132312302...

%C Fixed point of cos(x)/x function. - _Michal Paulovic_, Jun 13 2023

%e 0.824132312302522422960956785771991108142689866748289991732...

%p Digits:=100;fsolve(cos(x)/x-x,x); # _Michal Paulovic_, Jun 13 2023

%t RealDigits[FindRoot[Cos[x] == x^2, {x, {.7, 1}}, WorkingPrecision -> 120][[1, 2, 1]], 10, 111][[1]]

%o (PARI) solve(x=0,1,cos(x)-x^2) \\ _Charles R Greathouse IV_, Apr 14 2014

%Y Cf. A003957, A124597.

%K cons,nonn

%O 0,1

%A Denton J. Dailey (djd1497(AT)aol.com), Jan 03 2007

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 September 11 05:34 EDT 2024. Contains 375814 sequences. (Running on oeis4.)