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 A197508 #18 Feb 16 2025 05:27:19 %S A197508 5,0,6,2,9,7,8,9,9,2,3,4,0,5,9,8,2,6,7,5,0,0,1,1,5,6,2,7,8,3,6,9,7,0, %T A197508 3,2,5,2,8,6,5,8,1,6,3,9,5,8,2,8,9,4,7,4,1,9,1,4,3,2,4,7,4,1,1,1,0,7, %U A197508 6,9,2,2,7,8,9,7,5,3,6,7,6,3,4,2,8,4,5 %N A197508 Decimal expansion of least x > 0 having cos(2*x) = cos(3*Pi*x/2)^2. %C A197508 The Mathematica program includes a graph. See A197476 for a guide for the least x > 0 satisfying cos(b*x) = cos(c*x)^2 for selected b and c. %C A197508 This number is irrational. I cannot prove it to be algebraic or transcendental. - _Charles R Greathouse IV_, Feb 16 2025 %e A197508 0.50629789923405982675001156278369703252865816395828... %t A197508 b = 2; c = 3 Pi/2; f[x_] := Cos[x] %t A197508 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .5, .51}, WorkingPrecision -> 110] %t A197508 RealDigits[t] (* A197508 *) %t A197508 Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi/6}] %Y A197508 Cf. A197476. %K A197508 nonn,cons %O A197508 0,1 %A A197508 _Clark Kimberling_, Oct 15 2011 %E A197508 a(87) onward corrected by _Sean A. Irvine_, Sep 08 2021