A197414 Decimal expansion of least x > 0 having sin(Pi*x/6) = sin(2*x)^2.
1, 3, 3, 9, 6, 7, 6, 6, 2, 2, 8, 1, 7, 2, 7, 1, 4, 4, 4, 1, 6, 8, 1, 3, 5, 4, 0, 2, 5, 6, 6, 4, 9, 2, 1, 5, 6, 2, 3, 9, 6, 8, 8, 4, 2, 5, 0, 7, 6, 2, 7, 4, 1, 3, 6, 6, 6, 5, 9, 0, 0, 8, 3, 6, 9, 5, 1, 7, 3, 6, 7, 6, 8, 5, 6, 4, 8, 0, 8, 0, 4, 2, 1, 5, 2, 5, 6, 5, 4, 8, 8, 3, 3, 9, 5, 2, 7, 0, 8
Offset: 0
Examples
x=0.13396766228172714441681354025664...
Crossrefs
Cf. A197133.
Programs
-
Mathematica
b = Pi/6; c = 2; f[x_] := Sin[x] t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 0.1, 0.4}, WorkingPrecision -> 200] RealDigits[t] (* A197414 *) Plot[{f[b*x], f[c*x]^2}, {x, 0, 1.3}]
Comments