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!)
A198822 Decimal expansion of x > 0 satisfying x^2 - 2*cos(x) = 2. 2

%I #17 Aug 09 2021 07:47:41

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

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

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

%N Decimal expansion of x > 0 satisfying x^2 - 2*cos(x) = 2.

%C See A198755 for a guide to related sequences. The Mathematica program includes a graph.

%F Equals 2*A003957. - _Gleb Koloskov_, Jun 16 2021

%e x=1.47817026643032128331062417534774680802682351780...

%t a = 1; b = -2; c = 2;

%t f[x_] := a*x^2 + b*Cos[x]; g[x_] := c

%t Plot[{f[x], g[x]}, {x, -3, 3}, {AxesOrigin -> {0, 0}}]

%t r = x /. FindRoot[f[x] == g[x], {x, 1.4, 1.5}, WorkingPrecision -> 110]

%t RealDigits[r] (* A198822 *)

%o (PARI) solve(x=0,1,cos(x)-x)*2 \\ _Gleb Koloskov_, Jun 16 2021

%Y Cf. A003957, A198755.

%K nonn,cons

%O 1,2

%A _Clark Kimberling_, Oct 30 2011

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 24 15:57 EDT 2024. Contains 371961 sequences. (Running on oeis4.)