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!)
A201336 Decimal expansion of x satisfying 9*x^2 = cot(x) and 0 < x < Pi. 2
4, 6, 8, 5, 4, 0, 5, 4, 7, 6, 8, 9, 1, 2, 8, 6, 5, 9, 1, 2, 2, 9, 2, 7, 7, 8, 5, 7, 6, 1, 7, 4, 3, 1, 3, 1, 1, 4, 6, 0, 2, 2, 6, 7, 1, 6, 1, 4, 6, 6, 3, 0, 2, 9, 6, 7, 0, 1, 5, 9, 2, 9, 0, 6, 2, 5, 9, 5, 2, 4, 4, 9, 6, 2, 6, 5, 8, 2, 1, 2, 1, 6, 7, 2, 2, 9, 9, 2, 7, 8, 0, 1, 2, 3, 0, 1, 7, 5, 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.4685405476891286591229277857617431311460...
MATHEMATICA
a = 9; c = 0;
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, .4, .5}, WorkingPrecision -> 110]
RealDigits[r] (* A201336 *)
CROSSREFS
Cf. A201280.
Sequence in context: A083257 A286366 A331059 * A244850 A188930 A332331
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 June 7 17:05 EDT 2024. Contains 373203 sequences. (Running on oeis4.)