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 A197380 #19 Jul 28 2021 07:21:56 %S A197380 2,1,1,4,4,9,8,2,9,4,0,9,7,4,0,0,3,5,4,9,4,7,5,9,3,5,4,2,6,5,1,5,5,6, %T A197380 8,4,4,2,9,3,1,9,2,8,5,6,6,7,8,4,9,2,6,3,2,4,0,0,4,6,6,1,2,2,8,2,3,7, %U A197380 3,1,1,3,9,2,8,3,8,4,1,9,7,9,6,0,9,7,1,4,2,0,6,3,1,3,2,6,1,1,7 %N A197380 Decimal expansion of least x > 0 having sin(Pi*x/3) = sin(Pi*x/6)^2. %C A197380 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. %e A197380 x=2.1144982940974003549475935426515568442931... [corrected by _Georg Fischer_, Jul 28 2021] %t A197380 b = Pi/3; c = Pi/6; f[x_] := Sin[x] %t A197380 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 2.3, 2.6}, WorkingPrecision -> 200] %t A197380 RealDigits[t] (* A197380 *) %t A197380 Plot[{f[b*x], f[c*x]^2}, {x, 0, 2.7}] %t A197380 RealDigits[ 6*ArcCos[1/Sqrt[5]]/Pi, 10, 99] // First (* _Jean-François Alcover_, Feb 19 2013 *) %Y A197380 Cf. A197133. %K A197380 nonn,cons %O A197380 1,1 %A A197380 _Clark Kimberling_, Oct 14 2011