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!)
A199604 Decimal expansion of greatest x satisfying x+3*cos(x) = 0. 3
2, 9, 3, 8, 1, 0, 0, 3, 9, 3, 9, 7, 0, 8, 1, 1, 8, 0, 7, 6, 5, 8, 1, 3, 6, 4, 7, 8, 4, 2, 5, 9, 1, 2, 9, 5, 9, 6, 7, 0, 2, 1, 8, 6, 1, 7, 3, 2, 2, 3, 1, 0, 1, 7, 8, 4, 6, 7, 1, 7, 6, 3, 8, 5, 3, 5, 4, 6, 7, 8, 5, 9, 2, 9, 2, 8, 3, 6, 7, 4, 6, 4, 2, 0, 8, 7, 7, 5, 5, 2, 1, 0, 3, 9, 6, 7, 7, 7, 3, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

See A199597 for a guide to related sequences. The Mathematica program includes a graph.

LINKS

Table of n, a(n) for n=1..100.

EXAMPLE

least: -1.1701209500026260537060430118589710...

greatest: 2.9381003939708118076581364784259...

MATHEMATICA

a = 1; b = 3; c = 0;

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

Plot[{f[x], g[x]}, {x, -1.5, 3.5}, {AxesOrigin -> {0, 0}}]

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

RealDigits[r] (* A199603 least of 4 roots *)

r = x /. FindRoot[f[x] == g[x], {x, 2.93, 2.94}, WorkingPrecision -> 110]

RealDigits[r] (* A199604 greatest of 4 roots *)

CROSSREFS

Cf. A199597.

Sequence in context: A011385 A293816 A189419 * A260525 A302973 A258403

Adjacent sequences: A199601 A199602 A199603 * A199605 A199606 A199607

KEYWORD

nonn,cons

AUTHOR

Clark Kimberling, Nov 08 2011

EXTENSIONS

a(86) onwards corrected by Georg Fischer, Aug 03 2021

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 20 08:48 EDT 2023. Contains 361364 sequences. (Running on oeis4.)