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!)
A198870 Decimal expansion of x>0 satisfying 2*x^2+3*cos(x)=4. 2
1, 2, 1, 6, 2, 3, 8, 8, 0, 9, 4, 6, 6, 3, 9, 3, 2, 9, 0, 5, 9, 9, 6, 2, 5, 7, 6, 7, 0, 2, 9, 3, 4, 3, 2, 9, 1, 1, 5, 4, 4, 7, 0, 4, 5, 7, 2, 0, 2, 5, 3, 0, 0, 3, 1, 9, 4, 0, 7, 1, 1, 9, 0, 7, 8, 9, 7, 3, 6, 1, 8, 0, 1, 4, 4, 6, 3, 8, 5, 6, 4, 9, 9, 0, 4, 4, 3, 4, 8, 4, 7, 0, 9, 9, 3, 6, 4, 0, 0, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A198755 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.216238809466393290599625767029343291154470...
MATHEMATICA
a = 2; b = 3; c = 4;
f[x_] := a*x^2 + b*Cos[x]; g[x_] := c
Plot[{f[x], g[x]}, {x, -2, 2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.2, 1.3}, WorkingPrecision -> 110]
RealDigits[r] (* A198870 *)
CROSSREFS
Cf. A198755.
Sequence in context: A292441 A333726 A306549 * A359273 A365048 A050457
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 31 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 20 11:03 EDT 2024. Contains 371838 sequences. (Running on oeis4.)