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!)
A201529 Decimal expansion of least x satisfying 10*x^2 - 1 = sec(x) and 0 < x < Pi. 3
4, 6, 0, 0, 0, 0, 6, 9, 8, 5, 7, 9, 4, 9, 0, 4, 2, 1, 6, 9, 6, 9, 3, 4, 9, 8, 3, 3, 8, 4, 4, 4, 6, 0, 9, 3, 8, 6, 3, 4, 3, 9, 0, 7, 3, 2, 8, 5, 4, 0, 9, 6, 9, 3, 7, 4, 6, 5, 6, 6, 4, 6, 5, 1, 7, 3, 7, 8, 8, 3, 8, 8, 1, 3, 6, 5, 3, 4, 4, 0, 4, 1, 1, 9, 1, 8, 0, 5, 1, 8, 6, 4, 6, 1, 1, 5, 4, 6, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A201397 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: 0.4600006985794904216969349833844460938634...
greatest: 1.52590577141056614542926620695066975318...
MATHEMATICA
a = 10; c = -1;
f[x_] := a*x^2 + c; g[x_] := Sec[x]
Plot[{f[x], g[x]}, {x, 0, Pi/2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .4, .5}, WorkingPrecision -> 110]
RealDigits[r] (* A201529 *)
r = x /. FindRoot[f[x] == g[x], {x, 1.5, 1.6}, WorkingPrecision -> 110]
RealDigits[r] (* A201530 *)
CROSSREFS
Cf. A201397.
Sequence in context: A244444 A231407 A005927 * A079207 A259825 A276449
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 02 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 June 9 09:30 EDT 2024. Contains 373239 sequences. (Running on oeis4.)