A197263 Decimal expansion of least x>0 having sin(3x)=(sin 5x)^2.
1, 3, 6, 6, 5, 1, 1, 9, 2, 1, 7, 0, 5, 7, 2, 3, 9, 4, 9, 5, 6, 9, 7, 6, 0, 1, 7, 8, 8, 5, 9, 0, 5, 4, 6, 3, 2, 0, 0, 1, 1, 3, 9, 1, 7, 6, 8, 4, 9, 0, 6, 8, 5, 9, 4, 1, 9, 0, 6, 3, 5, 2, 4, 2, 8, 8, 8, 1, 0, 7, 0, 4, 0, 2, 7, 1, 2, 5, 0, 1, 5, 4, 4, 0, 3, 2, 2, 6, 1, 8, 6, 7, 9, 1, 7, 2, 3, 5, 5, 7, 9, 7, 8, 9, 8, 9, 5, 8, 8, 7, 1
Offset: 0
Examples
0.13665119217057239495697601788590546...
Crossrefs
Cf. A197133.
Programs
-
Mathematica
b = 3; c = 5; f[x_] := Sin[x] t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .1, .3}, WorkingPrecision -> 100] RealDigits[t] (* A197263 *) Plot[{f[b*x], f[c*x]^2}, {x, 0, 1}]
Extensions
a(99) corrected and more terms from Georg Fischer, Jul 28 2021
Comments