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

%I #6 Mar 30 2012 18:57:57

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

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

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

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

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

%e negative: -1.11586547417780092002590535253585579273...

%e positive: 0.84824964906603356449300167136536010515870...

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

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

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

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

%t RealDigits[r] (* A199265 *)

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

%t RealDigits[r] (* A199266 *)

%Y Cf. A199170.

%K nonn,cons

%O 1,4

%A _Clark Kimberling_, Nov 04 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 23 08:29 EDT 2024. Contains 371905 sequences. (Running on oeis4.)