login
A201315
Decimal expansion of x satisfying x^2 - 6 = cot(x) and 0 < x < Pi.
2
2, 2, 7, 0, 9, 8, 7, 5, 8, 6, 4, 9, 4, 9, 9, 5, 3, 5, 7, 0, 5, 8, 2, 3, 3, 9, 8, 2, 9, 2, 0, 9, 1, 7, 1, 5, 7, 4, 5, 3, 0, 5, 1, 6, 5, 0, 9, 8, 1, 9, 1, 0, 4, 9, 3, 5, 6, 1, 5, 1, 4, 0, 4, 4, 9, 6, 7, 3, 6, 9, 7, 3, 0, 3, 5, 4, 6, 4, 3, 6, 3, 9, 9, 8, 8, 8, 0, 6, 1, 8, 1, 7, 3, 3, 1, 6, 7, 7, 7
OFFSET
1,1
COMMENTS
See A201280 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
2.2709875864949953570582339829209171574530...
MATHEMATICA
a = 1; c = -6;
f[x_] := a*x^2 + c; g[x_] := Cot[x]
Plot[{f[x], g[x]}, {x, 0, Pi}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 2.2, 2.3}, WorkingPrecision -> 110]
RealDigits[r] (* A201315 *)
CROSSREFS
Cf. A201280.
Sequence in context: A007338 A164325 A198880 * A199861 A190256 A013671
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 29 2011
EXTENSIONS
a(85) onwards corrected by Georg Fischer, Aug 03 2021
STATUS
approved