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!)
A199459 Decimal expansion of greatest x satisfying x^2-2*x*sin(x)=-cos(x). 2
2, 0, 1, 7, 7, 4, 6, 7, 6, 0, 9, 2, 2, 1, 1, 8, 4, 5, 3, 5, 4, 7, 3, 0, 6, 4, 1, 9, 4, 0, 3, 2, 6, 0, 3, 7, 4, 4, 1, 3, 2, 6, 5, 9, 4, 0, 2, 6, 5, 5, 5, 1, 1, 3, 6, 9, 8, 7, 5, 6, 6, 2, 7, 3, 2, 5, 2, 1, 2, 0, 5, 9, 7, 9, 4, 3, 2, 3, 0, 1, 0, 7, 9, 6, 8, 1, 4, 3, 8, 5, 4, 2, 4, 7, 5, 5, 7, 4, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A199370 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=2.01774676092211845354730641940326037441326594026555...
MATHEMATICA
a = 1; b = -2; c = -1;
f[x_] := a*x^2 + b*x*Sin[x]; g[x_] := c*Cos[x]
Plot[{f[x], g[x]}, {x, -Pi, Pi}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 2.01, 2.02}, WorkingPrecision -> 110]
RealDigits[r] (* A199459 greatest root *)
CROSSREFS
Cf. A199429.
Sequence in context: A309124 A078341 A371762 * A316649 A065329 A352772
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 06 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 23 06:45 EDT 2024. Contains 371906 sequences. (Running on oeis4.)