The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A198350 Decimal expansion of greatest x having 4*x^2+x=cos(x). 3
3, 7, 3, 3, 9, 5, 9, 1, 6, 0, 1, 9, 3, 9, 6, 9, 6, 8, 8, 9, 6, 8, 3, 2, 1, 5, 1, 9, 8, 1, 8, 4, 7, 6, 3, 1, 5, 9, 9, 6, 4, 4, 5, 8, 2, 7, 2, 7, 2, 9, 8, 8, 8, 9, 5, 4, 7, 1, 5, 6, 2, 9, 0, 9, 6, 4, 5, 2, 5, 2, 1, 1, 0, 8, 3, 2, 2, 5, 5, 5, 8, 6, 0, 2, 5, 0, 1, 6, 0, 5, 3, 7, 6, 8, 6, 3, 6, 4, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A197737 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least x: -0.596628694828122209772071553484966...
greatest x: 0.3733959160193969688968321519818...
MATHEMATICA
a = 4; b = 1; c = 1;
f[x_] := a*x^2 + b*x; g[x_] := c*Cos[x]
Plot[{f[x], g[x]}, {x, -1, 1}]
r1 = x /. FindRoot[f[x] == g[x], {x, -.6, -.5}, WorkingPrecision -> 110]
RealDigits[r1] (* A198349 *)
r2 = x /. FindRoot[f[x] == g[x], {x, .37, .38}, WorkingPrecision -> 110]
RealDigits[r2] (* A198350 *)
CROSSREFS
Cf. A197737.
Sequence in context: A145511 A242461 A065443 * A117190 A113584 A111383
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 23 2011
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 May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)