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!)
A201326 Decimal expansion of x satisfying 8*x^2 - 1 = cot(x) and 0 < x < Pi. 2
5, 6, 6, 8, 8, 6, 5, 4, 7, 9, 5, 8, 9, 4, 9, 0, 9, 1, 3, 7, 2, 1, 3, 3, 7, 9, 0, 0, 4, 6, 4, 1, 4, 5, 3, 3, 9, 0, 3, 2, 8, 2, 6, 9, 5, 1, 6, 0, 2, 2, 4, 2, 4, 0, 9, 6, 5, 3, 6, 5, 3, 4, 8, 1, 8, 4, 0, 8, 7, 3, 0, 2, 0, 7, 4, 7, 3, 7, 3, 1, 5, 5, 7, 0, 7, 9, 2, 2, 7, 6, 4, 7, 2, 1, 4, 3, 0, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A201280 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=0.56688654795894909137213379004641453...
MATHEMATICA
a = 8; c = -1;
f[x_] := a*x^2 + c; g[x_] := Cot[x]
Plot[{f[x], g[x]}, {x, 0, Pi/2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .5, .6}, WorkingPrecision -> 110]
RealDigits[r] (* A201326 *)
CROSSREFS
Cf. A201280.
Sequence in context: A195875 A205852 A028314 * A232247 A200110 A189240
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Nov 30 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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)