|
|
A200640
|
|
Decimal expansion of least x>0 satisfying 2*x^2+5=tan(x).
|
|
1
|
|
|
1, 4, 6, 3, 4, 9, 3, 5, 3, 1, 5, 8, 7, 8, 1, 6, 7, 8, 7, 4, 0, 1, 6, 4, 7, 0, 5, 3, 7, 9, 7, 8, 9, 8, 2, 6, 9, 2, 6, 3, 6, 0, 4, 4, 4, 4, 6, 0, 2, 7, 9, 9, 8, 9, 4, 3, 6, 4, 5, 5, 2, 2, 7, 9, 3, 0, 9, 3, 0, 8, 2, 4, 3, 2, 8, 1, 2, 2, 1, 4, 9, 4, 7, 6, 6, 4, 6, 1, 6, 8, 1, 5, 1, 0, 3, 9, 8, 0, 4
(list;
constant;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
See A200614 for a guide to related sequences. The Mathematica program includes a graph.
|
|
LINKS
|
|
|
EXAMPLE
|
x=1.463493531587816787401647053797898269263604444...
|
|
MATHEMATICA
|
a = 2; c = -5;
f[x_] := a*x^2 - c; g[x_] := Tan[x]
Plot[{f[x], g[x]}, {x, -.1, Pi/2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.46, 1.47}, WorkingPrecision -> 110]
|
|
CROSSREFS
|
|
|
KEYWORD
|
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|