OFFSET
0,1
COMMENTS
The Mathematica program includes a graph. See A197133 for a guide to least x>0 satisfying sin(b*x)=(sin(c*x))^2 for selected b and c.
EXAMPLE
0.3690495725980301676723551533928456800...
MATHEMATICA
b = 6; c = 3; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .3, .4}, WorkingPrecision -> 100]
RealDigits[t] (* A197292 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/2}]
RealDigits[ ArcCos[ Sqrt[ Root[-1 + 45# - 120#^2 + 80#^3 & , 3]]], 10, 100] // First (* Jean-François Alcover, Feb 19 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 13 2011
STATUS
approved
