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!)
A198930 Decimal expansion of x>0 satisfying 3*x^2-2*cos(x)=3. 2
1, 1, 3, 2, 6, 3, 0, 8, 4, 9, 4, 8, 2, 7, 8, 0, 7, 0, 8, 0, 8, 7, 8, 0, 0, 6, 5, 1, 5, 7, 2, 8, 7, 7, 8, 9, 8, 9, 6, 0, 2, 6, 5, 9, 4, 4, 7, 7, 7, 6, 8, 1, 5, 6, 9, 7, 7, 2, 0, 5, 3, 7, 5, 7, 1, 5, 4, 8, 1, 8, 2, 3, 7, 8, 8, 7, 6, 0, 3, 2, 9, 6, 9, 3, 2, 9, 4, 5, 5, 2, 3, 4, 1, 5, 2, 6, 4, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A198755 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=1.132630849482780708087800651572877898960265...
MATHEMATICA
a = 3; b = -2; c = 3;
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.1, 1.2}, WorkingPrecision -> 110]
RealDigits[r] (* A198930 *)
CROSSREFS
Cf. A198755.
Sequence in context: A092843 A078589 A077880 * A263353 A248945 A131969
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)