OFFSET
1,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.
Conjecture: the constant here, 3.52133782..., is 3 plus the constant in A197383, the latter being the least t>0 satisfying sin(Pi*t/6)=(sin Pi*t/3)^2.
This number is irrational. I cannot prove it to be algebraic or transcendental. - Charles R Greathouse IV, Feb 16 2025
EXAMPLE
3.521337829571715698691988564454917977309181394...
MATHEMATICA
b = Pi/2; c = Pi/3; f[x_] := Cos[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 3.5, 3.53}, WorkingPrecision -> 200]
Plot[{f[b*x], f[c*x]^2}, {x, 0, 4}]
RealDigits[ 6*ArcCos[ Root[ -1 - 4# + 4#^3 & , 2]]/Pi, 10, 99] // First (* Jean-François Alcover, Feb 19 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 16 2011
STATUS
approved