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!)
A198933 Decimal expansion of x>0 satisfying 3*x^2-3*cos(x)=1. 2
9, 5, 4, 6, 0, 2, 7, 1, 9, 1, 5, 4, 7, 3, 6, 2, 1, 4, 3, 9, 9, 6, 8, 0, 8, 2, 2, 6, 2, 5, 4, 8, 6, 4, 8, 0, 8, 5, 9, 8, 3, 5, 4, 0, 7, 5, 7, 1, 8, 6, 7, 0, 1, 5, 1, 2, 4, 4, 6, 7, 8, 7, 0, 5, 0, 5, 4, 0, 3, 8, 4, 8, 3, 7, 2, 8, 9, 4, 1, 7, 9, 6, 0, 9, 3, 4, 0, 5, 7, 2, 8, 9, 0, 1, 3, 1, 6, 0, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A198755 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=0.954602719154736214399680822625486480859...
MATHEMATICA
a = 3; b = -3; c = 1;
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, .95, .96}, WorkingPrecision -> 110]
RealDigits[r] (* A198933 *)
CROSSREFS
Cf. A198755.
Sequence in context: A245294 A110894 A359282 * A353772 A259148 A089491
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 01 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 June 11 19:50 EDT 2024. Contains 373317 sequences. (Running on oeis4.)