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!)
A201406 Decimal expansion of least x satisfying 2*x^2 = sec(x) and 0 < x < Pi. 3
8, 9, 2, 8, 7, 4, 3, 0, 6, 0, 5, 8, 9, 6, 1, 1, 2, 4, 4, 4, 7, 3, 7, 1, 9, 6, 9, 0, 1, 8, 6, 7, 7, 5, 1, 4, 6, 0, 1, 9, 5, 6, 8, 6, 1, 1, 9, 6, 7, 9, 4, 0, 3, 4, 0, 4, 7, 1, 7, 4, 5, 4, 5, 0, 3, 7, 8, 9, 5, 6, 9, 1, 0, 3, 2, 5, 6, 6, 5, 7, 7, 2, 1, 7, 1, 8, 2, 0, 4, 1, 5, 3, 4, 7, 5, 5, 1, 0, 7 (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.892874306058961124447371969018677514...
greatest: 1.2390826209275819187151092399019855...
MATHEMATICA
a = 2; c = 0;
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, .8, 1}, WorkingPrecision -> 110]
RealDigits[r] (* A201406 *)
r = x /. FindRoot[f[x] == g[x], {x, 1.2, 1.3}, WorkingPrecision -> 110]
RealDigits[r] (* A201407 *)
CROSSREFS
Cf. A201397.
Sequence in context: A090929 A113210 A021116 * A242972 A198142 A336056
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 01 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 April 23 19:56 EDT 2024. Contains 371916 sequences. (Running on oeis4.)