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!)
A196771 Decimal expansion of the least x > 0 satisfying 1 = x*sin(x - Pi/6). 5
1, 3, 5, 4, 2, 8, 7, 2, 1, 4, 1, 5, 7, 7, 2, 1, 4, 1, 7, 8, 3, 0, 6, 3, 7, 1, 6, 1, 6, 3, 7, 5, 3, 0, 6, 8, 5, 9, 7, 7, 2, 6, 3, 2, 5, 7, 6, 7, 5, 5, 1, 4, 7, 7, 6, 4, 6, 9, 9, 2, 1, 1, 6, 1, 2, 5, 1, 9, 2, 2, 3, 4, 1, 6, 4, 3, 7, 6, 0, 3, 8, 8, 1, 9, 0, 8, 5, 8, 3, 0, 1, 8, 6, 4, 0, 3, 5, 0, 2, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
x=1.354287214157721417830637161637530685977263257675514...
MATHEMATICA
Plot[{1/x, Sin[x], Sin[x - Pi/2], Sin[x - Pi/3], Sin[x - Pi/4]}, {x,
0, 2 Pi}]
t = x /. FindRoot[1/x == Sin[x], {x, 1, 1.2}, WorkingPrecision -> 100]
RealDigits[t] (* A133866 *)
t = x /. FindRoot[1/x == Sin[x - Pi/2], {x, 1, 2}, WorkingPrecision -> 100]
RealDigits[t] (* A196767 *)
t = x /. FindRoot[1/x == Sin[x - Pi/3], {x, 1, 2}, WorkingPrecision -> 100]
RealDigits[t] (* A196768 *)
t = x /. FindRoot[1/x == Sin[x - Pi/4], {x, 1, 2}, WorkingPrecision -> 100]
RealDigits[t] (* A196769 *)
t = x /. FindRoot[1/x == Sin[x - Pi/5], {x, 1, 2}, WorkingPrecision -> 100]
RealDigits[t] (* A196770 *)
t = x /. FindRoot[1/x == Sin[x - Pi/6], {x, 1, 2}, WorkingPrecision -> 100]
RealDigits[t] (* A196771 *)
CROSSREFS
Cf. A196772.
Sequence in context: A055266 A338843 A075077 * A266121 A340255 A340256
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 April 24 06:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)