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