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!)
A199662 Decimal expansion of x<0 satisfying 3*x+cos(x)=0. 2
3, 1, 6, 7, 5, 0, 8, 2, 8, 7, 7, 1, 2, 2, 1, 1, 7, 1, 8, 8, 6, 7, 9, 6, 1, 8, 0, 6, 1, 0, 9, 6, 1, 7, 9, 7, 9, 9, 7, 1, 7, 1, 8, 9, 4, 6, 2, 9, 3, 3, 7, 5, 0, 8, 2, 0, 8, 4, 6, 3, 7, 9, 0, 0, 9, 7, 7, 1, 5, 3, 5, 3, 6, 2, 0, 4, 8, 6, 3, 3, 7, 5, 0, 5, 6, 7, 0, 8, 2, 3, 5, 6, 1, 1, 2, 2, 9, 4, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A199597 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=-0.3167508287712211718867961806109617979...
MATHEMATICA
a = 3; b = 1; c = 0;
f[x_] := a*x^2 + b*x*Cos[x]; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -1, 1}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, -.4, -.3}, WorkingPrecision -> 110]
RealDigits[r] (* A199662 *)
CROSSREFS
Cf. A199597.
Sequence in context: A210749 A330587 A350647 * A280293 A226483 A103407
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 09 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 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)