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!)
A197011 Decimal expansion of the slope of the line y=mx which meets the curve y=cos(x+1/2) orthogonally over the interval [0, 2*Pi] (as in A197010). 2
1, 2, 1, 4, 5, 5, 6, 2, 7, 2, 0, 0, 1, 0, 5, 6, 9, 8, 0, 2, 9, 9, 8, 8, 0, 1, 6, 7, 5, 4, 7, 7, 7, 7, 6, 2, 0, 4, 2, 9, 7, 3, 0, 6, 2, 9, 3, 4, 2, 3, 0, 1, 1, 0, 7, 5, 5, 0, 6, 1, 4, 8, 2, 3, 4, 8, 8, 0, 8, 3, 4, 2, 2, 5, 6, 0, 8, 4, 2, 7, 4, 5, 6, 0, 0, 6, 6, 7, 4, 8, 5, 3, 8, 8, 8, 6, 5, 7, 1, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See the Mathematica program for a graph.
xo=0.4672816053760121337816307268...
yo=0.5675398046001583628839615011...
m=1.21455627200105698029988016754...
|OP|=0.73515544514637791501789646...
LINKS
MATHEMATICA
c = 1/2;
xo = x /. FindRoot[x == Sin[x + c] Cos[x + c], {x, .8, 1.2}, WorkingPrecision -> 100]
RealDigits[xo] (* A197010 *)
m = 1/Sin[xo + c]
RealDigits[m] (* A197011 *)
yo = m*xo
d = Sqrt[xo^2 + yo^2]
Show[Plot[{Cos[x + c], yo - (1/m) (x - xo)}, {x, -Pi/4, Pi/2}], ContourPlot[{y == m*x}, {x, 0, Pi}, {y, 0, 1}], PlotRange -> All,
AspectRatio -> Automatic, AxesOrigin -> Automatic]
CROSSREFS
Sequence in context: A222906 A359900 A323955 * A326060 A321794 A075423
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 10 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 15 01:22 EDT 2024. Contains 372536 sequences. (Running on oeis4.)