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!)
A196764 Decimal expansion of the least x>0 satisfying 6=x*sin(x). 4

%I #5 Mar 30 2012 18:57:50

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

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

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

%N Decimal expansion of the least x>0 satisfying 6=x*sin(x).

%e x=7.25663293662839986431355610086695712919471700...

%t Plot[{1/x, 2/x, 3/x, 4/x, Sin[x]}, {x, 0, 4 Pi}]

%t t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]

%t RealDigits[t] (* A133866 *)

%t t = x /. FindRoot[2/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]

%t RealDigits[t] (* A196760 *)

%t t = x /. FindRoot[3/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]

%t RealDigits[t] (* A196761 *)

%t t = x /. FindRoot[4/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]

%t RealDigits[t] (* A196762 *)

%t t = x /. FindRoot[5/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]

%t RealDigits[t] (* A196763 *)

%t t = x /. FindRoot[6/x == Sin[x], {x, 6, 7}, WorkingPrecision -> 100]

%t RealDigits[t] (* A196764 *)

%Y Cf. A196765.

%K nonn,cons

%O 1,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 14:23 EDT 2024. Contains 371960 sequences. (Running on oeis4.)