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!)
A196757 Decimal expansion of the least x>0 satisfying 1=6x*sin(x). 5
4, 1, 4, 1, 5, 9, 9, 3, 3, 2, 3, 1, 8, 7, 2, 9, 7, 5, 5, 1, 3, 7, 5, 7, 8, 9, 6, 3, 2, 0, 4, 4, 2, 1, 1, 2, 3, 0, 9, 6, 7, 5, 1, 8, 1, 1, 8, 3, 7, 6, 6, 2, 0, 1, 2, 3, 4, 3, 7, 5, 4, 9, 7, 4, 3, 7, 0, 1, 9, 0, 4, 2, 9, 3, 4, 9, 2, 2, 5, 1, 8, 8, 1, 4, 8, 1, 6, 1, 6, 6, 4, 3, 9, 2, 8, 2, 8, 1, 2, 2, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
x=0.4141599332318729755137578963204421123096...
MATHEMATICA
Plot[{1/x, Sin[x], 2 Sin[x], 3*Sin[x], 4 Sin[x]}, {x, 0, 2 Pi}]
t = x /. FindRoot[1/x == Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A133866 *)
t = x /. FindRoot[1/x == 2 Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A196624 *)
t = x /. FindRoot[1/x == 3 Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A196754 *)
t = x /. FindRoot[1/x == 4 Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A196755 *)
t = x /. FindRoot[1/x == 5 Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A196756 *)
t = x /. FindRoot[1/x == 6 Sin[x], {x, .2, 1.4}, WorkingPrecision -> 100]
RealDigits[t] (* A196757 *)
CROSSREFS
Cf. A196758.
Sequence in context: A267633 A095666 A257231 * A193254 A193454 A368921
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 06 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 22 02:24 EDT 2024. Contains 372741 sequences. (Running on oeis4.)