login
A197391
Decimal expansion of least x > 0 having sin(Pi*x/4) = sin(2*x)^2.
2
2, 0, 7, 0, 5, 3, 4, 3, 2, 1, 0, 0, 7, 2, 5, 6, 5, 9, 0, 1, 3, 9, 5, 8, 5, 2, 2, 0, 5, 5, 2, 0, 4, 9, 7, 4, 4, 8, 2, 4, 4, 6, 5, 1, 2, 0, 3, 3, 5, 4, 2, 1, 5, 6, 1, 0, 0, 0, 1, 5, 0, 8, 1, 0, 9, 0, 2, 2, 0, 0, 3, 2, 3, 6, 8, 0, 3, 3, 7, 1, 4, 3, 2, 0, 8, 1, 9, 1, 4, 3, 4, 0, 4, 3, 9, 9, 2, 1, 4
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
x=0.20705343210072565901395852205520497448...
MATHEMATICA
b = Pi/4; c = 2; f[x_] := Sin[x]
t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .2, .21}, WorkingPrecision -> 200]
RealDigits[t](* A197391 *)
Plot[{f[b*x], f[c*x]^2}, {x, 0, 1.2}]
CROSSREFS
Cf. A197133.
Sequence in context: A342700 A021487 A369745 * A340367 A340197 A340140
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 14 2011
STATUS
approved