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!)
A196766 Decimal expansion of the slope (negative) at the point of tangency of the curves y=c/x and y=sin(x), where c is given by A196765. 2

%I #9 Mar 06 2021 01:56:00

%S 4,4,2,1,2,0,5,9,2,9,5,4,9,9,8,3,9,1,3,3,5,6,1,6,2,4,4,0,5,0,4,7,6,1,

%T 3,6,1,8,6,9,0,7,0,8,6,1,2,8,6,1,0,1,5,2,9,5,8,7,9,4,3,9,1,1,9,4,5,6,

%U 6,6,5,7,9,4,5,8,7,2,6,2,5,7,9,6,8,0,2,6,6,6,0,0,1,7,6,8,9,5,3

%N Decimal expansion of the slope (negative) at the point of tangency of the curves y=c/x and y=sin(x), where c is given by A196765.

%e x=-0.44212059295499839133561624405047613618690708...

%t Plot[{Sin[x], 1/x, 1.82/x}, {x, 0, Pi}]

%t xt = x /. FindRoot[x + Tan[x] == 0, {x, 1.5, 2.5}, WorkingPrecision -> 100]

%t RealDigits[xt] (* A196504 *)

%t c = N[xt*Sin[xt], 100]

%t RealDigits[c] (* A196765 *)

%t slope = Cos[xt]

%t RealDigits[slope](* A196766 *)

%Y Cf. A196765.

%K nonn,cons

%O 0,1

%A _Clark Kimberling_, Oct 06 2011

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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)