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!)
A200624 Decimal expansion of the lesser of two values of x satisfying 5*x^2 - 3 = tan(x) and 0 < x < Pi/2. 3
9, 3, 2, 5, 1, 7, 0, 5, 1, 8, 6, 4, 2, 2, 9, 4, 8, 1, 9, 4, 9, 8, 5, 7, 1, 8, 9, 8, 9, 3, 1, 3, 9, 9, 8, 9, 7, 6, 4, 9, 1, 7, 3, 6, 7, 7, 6, 1, 8, 0, 6, 4, 5, 2, 3, 9, 0, 8, 8, 9, 6, 8, 9, 1, 4, 2, 8, 6, 3, 2, 4, 8, 6, 6, 9, 2, 4, 5, 1, 5, 4, 5, 3, 2, 2, 7, 7, 0, 3, 8, 6, 5, 7, 0, 6, 4, 3, 7, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A200614 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
lesser: 0.9325170518642294819498571898931399897649173...
greater: 1.43443679853106488271886435135433585034396681...
MATHEMATICA
a = 5; c = 3;
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, .93, .94}, WorkingPrecision -> 110]
RealDigits[r] (* A200624 *)
r = x /. FindRoot[f[x] == g[x], {x, 1.4, 1.5}, WorkingPrecision -> 110]
RealDigits[r] (* A200625 *)
CROSSREFS
Cf. A200614.
Sequence in context: A210644 A072559 A019941 * A105171 A369880 A010538
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 20 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 23 18:59 EDT 2024. Contains 372765 sequences. (Running on oeis4.)