A197522 Decimal expansion of least x > 0 having sin(x) = sin(4*Pi*x)^2.
2, 1, 2, 0, 7, 1, 0, 7, 1, 9, 1, 8, 1, 0, 4, 2, 8, 2, 0, 4, 4, 3, 5, 1, 1, 7, 5, 6, 9, 4, 2, 8, 3, 5, 2, 2, 5, 6, 8, 5, 2, 0, 3, 0, 5, 0, 9, 1, 1, 6, 4, 7, 9, 0, 9, 2, 9, 7, 8, 5, 0, 4, 1, 1, 7, 5, 6, 7, 9, 8, 7, 1, 8, 7, 3, 8, 4, 5, 8, 1, 6, 1, 5, 5, 0, 9, 7, 0, 5, 7, 4, 7, 6, 0, 0, 1, 8, 3, 7
Offset: 0
Examples
0.212071071918104282044351175694283522568520305091...
Crossrefs
Cf. A197133.
Programs
-
Mathematica
b = 1; c = 4*Pi; f[x_] := Sin[x] t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .21, .22}, WorkingPrecision -> 200] RealDigits[t] (* A197522 *) Plot[{f[b*x], f[c*x]^2}, {x, 0, .5}]
Extensions
Name corrected by Sean A. Irvine, Jan 12 2025
Comments