OFFSET
-1,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
x=0.0638327305078042176623634644603033426...
MATHEMATICA
b = 1; c = 4; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .05, .1}, WorkingPrecision -> 100]
RealDigits[t] (* A197135 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi}]
RealDigits[ ArcCos[ Sqrt[ Root[ 1 - 256#^2 + 2304#^3 - 8192#^4 + 14336#^5 - 12288#^6 + 4096#^7 & , 5]]], 10, 100] // First (* Jean-François Alcover, Feb 19 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 12 2011
EXTENSIONS
Offset and a(99) corrected by Georg Fischer, Jul 28 2021
STATUS
approved