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!)
A198362 Decimal expansion of greatest x having 4*x^2+3x=cos(x). 3
2, 4, 4, 0, 4, 5, 3, 2, 2, 6, 2, 9, 1, 3, 5, 5, 9, 1, 4, 6, 6, 8, 5, 8, 2, 8, 2, 9, 3, 9, 4, 4, 8, 0, 7, 9, 4, 9, 3, 2, 8, 4, 3, 7, 5, 3, 3, 7, 6, 0, 8, 7, 5, 4, 6, 7, 2, 2, 2, 3, 1, 3, 5, 5, 5, 6, 1, 9, 0, 4, 2, 7, 8, 6, 2, 9, 9, 9, 9, 7, 3, 4, 9, 3, 8, 4, 1, 6, 5, 2, 3, 1, 4, 6, 8, 5, 1, 7, 4 (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.91615106109683577000135072803946391...
greatest x: 0.244045322629135591466858282939448079493...
MATHEMATICA
a = 4; b = 3; 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, -1, -.9}, WorkingPrecision -> 110]
RealDigits[r1] (* A198361 *)
r2 = x /. FindRoot[f[x] == g[x], {x, .24, .25}, WorkingPrecision -> 110]
RealDigits[r2] (* A198362 *)
CROSSREFS
Cf. A197737.
Sequence in context: A247554 A198786 A176531 * A197827 A352452 A195479
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 24 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 March 29 06:57 EDT 2024. Contains 371265 sequences. (Running on oeis4.)