Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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
OFFSET
0,1
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