This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A197263 #15 Feb 13 2025 07:13:22 %S A197263 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, %T A197263 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, %U A197263 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 %N A197263 Decimal expansion of least x>0 having sin(3x)=(sin 5x)^2. %C A197263 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. %H A197263 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>. %e A197263 0.13665119217057239495697601788590546... %t A197263 b = 3; c = 5; f[x_] := Sin[x] %t A197263 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .1, .3}, WorkingPrecision -> 100] %t A197263 RealDigits[t] (* A197263 *) %t A197263 Plot[{f[b*x], f[c*x]^2}, {x, 0, 1}] %Y A197263 Cf. A197133. %K A197263 nonn,cons %O A197263 0,2 %A A197263 _Clark Kimberling_, Oct 12 2011 %E A197263 a(99) corrected and more terms from _Georg Fischer_, Jul 28 2021