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!)
A201563 Decimal expansion of greatest x satisfying x^2 + 1 = csc(x) and 0 < x < Pi. 2
3, 0, 4, 4, 0, 3, 0, 1, 6, 6, 1, 1, 9, 2, 3, 5, 2, 8, 1, 6, 2, 2, 9, 8, 3, 5, 4, 9, 8, 0, 1, 1, 0, 0, 7, 9, 0, 3, 6, 8, 8, 2, 8, 0, 4, 8, 6, 0, 0, 7, 4, 4, 4, 9, 6, 3, 6, 8, 1, 1, 0, 7, 1, 7, 1, 3, 0, 0, 5, 4, 3, 7, 6, 0, 8, 6, 7, 4, 0, 3, 4, 7, 2, 7, 6, 9, 7, 1, 2, 4, 3, 8, 5, 2, 4, 3, 1, 5, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
See A201564 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
least: 0.71942129632741031571692297003733204908...
greatest: 3.04403016611923528162298354980110079...
MATHEMATICA
a = 1; 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, .7, .8}, WorkingPrecision -> 110]
RealDigits[r] (* A196825 *)
r = x /. FindRoot[f[x] == g[x], {x, 3.0, 3.1}, WorkingPrecision -> 110]
RealDigits[r] (* A201563 *)
PROG
(PARI) a=1; c=1; solve(x=3, 3.1, a*x^2 + c - 1/sin(x)) // G. C. Greubel, Aug 21 2018
CROSSREFS
Cf. A201564.
Sequence in context: A100939 A099925 A351002 * A016644 A240966 A308109
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 03 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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)