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!)
A201664 Decimal expansion of least x satisfying 2*x^2 - 1 = csc(x) and 0<x<Pi. 3
1, 0, 3, 9, 2, 4, 5, 6, 5, 0, 7, 9, 7, 2, 4, 7, 7, 9, 3, 2, 3, 1, 9, 2, 9, 3, 2, 7, 2, 4, 2, 4, 8, 3, 7, 3, 0, 0, 0, 0, 8, 0, 9, 3, 7, 9, 8, 9, 5, 8, 9, 7, 9, 8, 3, 3, 6, 4, 4, 7, 1, 6, 0, 5, 2, 3, 5, 7, 4, 2, 6, 8, 0, 3, 4, 7, 4, 2, 1, 1, 9, 0, 7, 0, 0, 8, 4, 2, 0, 0, 0, 4, 3, 2, 9, 1, 5, 7, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
See A201564 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: 1.039245650797247793231929327242483730000...
greatest: 3.086158774377127181225948286358214524...
MATHEMATICA
a = 2; c = -1;
f[x_] := a*x^2 + c; g[x_] := Csc[x]
Plot[{f[x], g[x]}, {x, 0, Pi}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, 1.0, 1.1}, WorkingPrecision -> 110]
RealDigits[r] (* A201664 *)
r = x /. FindRoot[f[x] == g[x], {x, 3.0, 3.14}, WorkingPrecision -> 110]
RealDigits[r] (* A201665 *)
PROG
(PARI) a=2; c=-1; solve(x=1, 2, a*x^2 + c - 1/sin(x)) \\ G. C. Greubel, Sep 11 2018
CROSSREFS
Cf. A201564.
Sequence in context: A114875 A275371 A225357 * A103824 A155080 A010780
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 04 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 16 00:45 EDT 2024. Contains 371696 sequences. (Running on oeis4.)