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!)
A198222 Decimal expansion of least x having 3*x^2+2x=cos(x). 3
8, 9, 7, 9, 9, 1, 2, 1, 7, 8, 1, 5, 7, 7, 3, 7, 2, 3, 2, 7, 0, 9, 4, 3, 4, 7, 4, 5, 5, 1, 2, 3, 8, 3, 2, 2, 3, 4, 4, 2, 6, 5, 1, 2, 3, 7, 9, 3, 4, 8, 0, 7, 1, 3, 1, 4, 1, 5, 1, 3, 4, 7, 0, 8, 1, 2, 5, 4, 3, 5, 5, 9, 8, 9, 3, 2, 4, 5, 5, 8, 5, 1, 9, 4, 4, 4, 4, 2, 6, 7, 2, 5, 8, 4, 4, 1, 4, 4, 5, 7 (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.8979912178157737232709434745512383...
greatest x: 0.320480477969135711421623476182676393...
MATHEMATICA
a = 3; b = 2; 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, -.9, -.8}, WorkingPrecision -> 110]
RealDigits[r1] (* A198222 *)
r2 = x /. FindRoot[f[x] == g[x], {x, .3, .4}, WorkingPrecision -> 110]
RealDigits[r2] (* A198223 *)
CROSSREFS
Cf. A197737.
Sequence in context: A154163 A019601 A337669 * A154582 A020507 A195341
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 22 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)