login
A197576
Decimal expansion of least x > 0 having cos(Pi*x) = cos(x)^2.
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,1
COMMENTS
The Mathematica program includes a graph. See A197476 for a guide for the least x > 0 satisfying cos(b*x) = cos(c*x)^2 for selected b and c.
EXAMPLE
x=0.820343073827762474856199588709904805056551...
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}]
CROSSREFS
Cf. A197133.
Sequence in context: A300220 A338851 A021850 * A277313 A344362 A182170
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 16 2011
STATUS
approved