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!)
A201403 Decimal expansion of x satisfying x^2 + 8 = sec(x) and 0 < x < Pi. 2
1, 4, 7, 2, 2, 8, 5, 6, 9, 0, 4, 6, 1, 3, 4, 7, 6, 6, 2, 3, 7, 1, 4, 6, 4, 5, 4, 7, 8, 2, 4, 0, 4, 0, 1, 9, 5, 4, 5, 3, 2, 9, 4, 9, 3, 6, 6, 0, 9, 0, 1, 6, 2, 8, 3, 7, 4, 5, 4, 0, 1, 1, 7, 2, 4, 5, 1, 0, 4, 8, 4, 0, 8, 2, 2, 0, 9, 8, 2, 4, 3, 6, 7, 0, 1, 3, 8, 9, 2, 1, 7, 7, 2, 5, 2, 3, 8, 0, 5, 5, 7 (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
x=1.472285690461347662371464547824040195...
MATHEMATICA
a = 1; c = 8;
f[x_] := a*x^2 + c; g[x_] := Sec[x]
Plot[{f[x], g[x]}, {x, 0, Pi}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.4, 1.5}, WorkingPrecision -> 110]
RealDigits[r] (* A201403 *)
CROSSREFS
Cf. A201397.
Sequence in context: A246710 A139346 A133390 * A011351 A132026 A198506
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 May 16 05:56 EDT 2024. Contains 372549 sequences. (Running on oeis4.)