login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A198934 Decimal expansion of x>0 satisfying 3*x^2-3*cos(x)=2. 2
1, 0, 7, 0, 6, 2, 6, 5, 4, 4, 0, 2, 0, 8, 2, 7, 3, 2, 3, 0, 9, 3, 1, 1, 9, 2, 9, 2, 3, 6, 5, 1, 7, 1, 9, 8, 1, 4, 6, 0, 6, 5, 6, 1, 7, 4, 5, 2, 7, 8, 3, 7, 7, 1, 8, 4, 2, 6, 4, 1, 4, 2, 8, 0, 1, 2, 1, 4, 8, 2, 5, 9, 9, 5, 7, 1, 3, 1, 6, 1, 2, 0, 8, 2, 1, 3, 3, 6, 7, 9, 5, 6, 5, 5, 5, 1, 6, 7, 1
(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.0706265440208273230931192923651719814606561...
MATHEMATICA
a = 3; b = -3; c = 2;
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.07, 1.08}, WorkingPrecision -> 110]
RealDigits[r] (* A198934 *)
CROSSREFS
Cf. A198755.
Sequence in context: A011479 A153871 A365350 * A119524 A260799 A021590
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 01 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 14:43 EDT 2024. Contains 376013 sequences. (Running on oeis4.)