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!)
A201417 Decimal expansion of greatest x satisfying 7*x^2 = sec(x) and 0 < x < Pi. 3
1, 5, 0, 7, 9, 2, 8, 7, 9, 5, 3, 8, 0, 0, 9, 8, 2, 6, 6, 5, 6, 7, 8, 9, 9, 9, 9, 4, 0, 7, 0, 9, 9, 1, 4, 1, 3, 3, 9, 9, 6, 3, 0, 1, 1, 4, 6, 2, 2, 2, 1, 0, 4, 1, 8, 0, 3, 0, 5, 4, 5, 7, 3, 5, 2, 6, 3, 9, 4, 0, 3, 2, 6, 3, 3, 9, 6, 3, 2, 6, 5, 4, 9, 7, 2, 1, 7, 5, 5, 1, 3, 4, 9, 7, 3, 7, 6, 4, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See A201397 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: 0.39327382732884150383245205720625342659...
greatest: 1.507928795380098266567899994070991413...
MATHEMATICA
a = 7; 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, .3, .4}, WorkingPrecision -> 110]
RealDigits[r] (* A201416 *)
r = x /. FindRoot[f[x] == g[x], {x, 1.5, 1.6}, WorkingPrecision -> 110]
RealDigits[r] (* A201417 *)
CROSSREFS
Cf. A201397.
Sequence in context: A155827 A244045 A084248 * A147666 A343071 A215892
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 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)