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