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!)
A196610 Decimal expansion of the number c for which the curve y = c*cos(x) is tangent to the curve y = 1/x, and 0 < x < 2*Pi. 4
1, 7, 8, 2, 2, 2, 5, 1, 4, 0, 2, 0, 3, 1, 3, 3, 3, 1, 2, 4, 0, 7, 5, 5, 1, 0, 3, 2, 6, 6, 6, 1, 6, 0, 0, 1, 9, 5, 1, 3, 4, 4, 2, 6, 3, 6, 9, 4, 4, 5, 2, 3, 3, 4, 5, 7, 3, 0, 3, 9, 3, 2, 2, 0, 3, 9, 2, 9, 1, 5, 6, 2, 8, 3, 8, 7, 9, 3, 1, 2, 8, 0, 2, 8, 4, 6, 5, 8, 4, 5, 1, 5, 5, 2, 5, 7, 0, 6, 7, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
c=1.7822251402031333124075510326661600195134426369...
MATHEMATICA
Plot[{1/x, (1.78222) Cos[x]}, {x, .7, 1}]
xt = x /. FindRoot[x == Cot[x], {x, .8, 1}, WorkingPrecision -> 100]
c = N[Csc[xt]/xt^2, 100]
RealDigits[c] (* A196610 *)
slope = -c*Sin[xt]
RealDigits[slope] (* A196611 *)
CROSSREFS
Sequence in context: A245260 A128755 A088367 * A198938 A244067 A225449
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)