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