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