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!)
A199870 Decimal expansion of x>0 satisfying 4*x^2-3*x*cos(x)=2*sin(x). 2
9, 0, 0, 8, 0, 4, 8, 3, 6, 9, 5, 4, 1, 5, 0, 8, 2, 6, 0, 1, 5, 9, 6, 3, 7, 3, 8, 5, 2, 0, 7, 0, 2, 3, 2, 4, 5, 3, 4, 5, 0, 3, 4, 2, 8, 1, 5, 9, 9, 2, 6, 1, 5, 0, 3, 9, 0, 1, 5, 8, 5, 0, 3, 6, 4, 8, 1, 2, 0, 3, 9, 4, 5, 8, 3, 7, 8, 3, 4, 6, 7, 1, 1, 5, 6, 8, 9, 5, 4, 7, 2, 0, 9, 8, 2, 0, 5, 3, 7 (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.9008048369541508260159637385207023245345034281...
MATHEMATICA
a = 4; b = -3; c = 2;
f[x_] := a*x^2 + b*x*Cos[x]; g[x_] := c*Sin[x]
Plot[{f[x], g[x]}, {x, -2, 2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .90, .91}, WorkingPrecision -> 110]
RealDigits[r] (* A199870 *)
CROSSREFS
Cf. A199597.
Sequence in context: A257435 A366193 A296458 * A132267 A021115 A073052
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 11 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 20 11:25 EDT 2024. Contains 372712 sequences. (Running on oeis4.)