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