[go: up one dir, main page]

login
A198836
Decimal expansion of x>0 satisfying x^2-3*cos(x)=-2.
2
6, 3, 8, 9, 2, 0, 6, 5, 7, 6, 0, 4, 5, 9, 4, 5, 3, 8, 9, 0, 8, 2, 5, 7, 4, 6, 2, 6, 4, 4, 2, 5, 9, 6, 7, 6, 3, 0, 1, 0, 5, 8, 0, 6, 6, 0, 6, 3, 6, 8, 8, 9, 0, 7, 7, 5, 8, 0, 5, 9, 9, 7, 0, 7, 7, 5, 5, 8, 6, 4, 2, 4, 9, 9, 7, 3, 0, 0, 3, 0, 7, 6, 4, 7, 7, 5, 5, 4, 3, 0, 0, 7, 7, 1, 2, 0, 5, 2, 6
OFFSET
0,1
COMMENTS
See A198755 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
x=0.63892065760459453890825746264425967630...
MATHEMATICA
a = 1; b = -3; c = -2;
f[x_] := a*x^2 + b*Cos[x]; g[x_] := c
Plot[{f[x], g[x]}, {x, -3, 3}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .63, .64}, WorkingPrecision -> 110]
RealDigits[r] (* A198836 *)
CROSSREFS
Cf. A198755.
Sequence in context: A273067 A306774 A301429 * A271179 A220085 A242013
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 30 2011
STATUS
approved