login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A197135
Decimal expansion of least x>0 having sin(x)=(sin 4x)^2.
2
6, 3, 8, 3, 2, 7, 3, 0, 5, 0, 7, 8, 0, 4, 2, 1, 7, 6, 6, 2, 3, 6, 3, 4, 6, 4, 4, 6, 0, 3, 0, 3, 3, 4, 2, 6, 1, 1, 8, 1, 7, 1, 1, 2, 1, 3, 4, 4, 4, 6, 0, 3, 0, 0, 5, 4, 1, 7, 3, 8, 2, 6, 2, 6, 5, 9, 0, 9, 6, 1, 1, 4, 2, 7, 3, 5, 2, 4, 9, 2, 9, 1, 4, 0, 8, 3, 0, 0, 4, 2, 2, 0, 4, 8, 0, 4, 4, 8, 5, 3, 8
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
Cf. A197133.
Sequence in context: A307110 A307731 A193080 * A365522 A088246 A179559
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Oct 12 2011
EXTENSIONS
Offset and a(99) corrected by Georg Fischer, Jul 28 2021
STATUS
approved