cp's OEIS Frontend

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.

A197512 Decimal expansion of least x > 0 having cos(2*x) = cos(Pi*x/3)^2.

This page as a plain text file.
%I A197512 #10 Feb 16 2025 05:30:44
%S A197512 3,0,8,1,3,7,3,5,9,9,2,8,2,3,2,6,4,6,2,3,1,7,7,0,5,6,9,9,4,5,5,4,1,1,
%T A197512 1,9,3,9,0,5,4,8,4,3,4,9,6,7,8,8,9,4,1,4,9,5,9,3,0,9,7,0,7,6,0,3,0,2,
%U A197512 3,7,2,0,2,2,2,4,8,1,5,5,7,2,2,9,9,5,9,9,0,2,1,0,2,1,6,1,6,9,6
%N A197512 Decimal expansion of least x > 0 having cos(2*x) = cos(Pi*x/3)^2.
%C A197512 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 A197512 This number is irrational. I cannot prove it to be algebraic or transcendental. - _Charles R Greathouse IV_, Feb 16 2025
%e A197512 3.0813735992823264623177056994554111...
%t A197512 b = 2; c = Pi/3; f[x_] := Cos[x]
%t A197512 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 3, 3.1}, WorkingPrecision -> 110]
%t A197512 RealDigits[t]   (* A197512 *)
%t A197512 Plot[{f[b*x], f[c*x]^2}, {x, 0, 4}]
%Y A197512 Cf. A197476.
%K A197512 nonn,cons
%O A197512 1,1
%A A197512 _Clark Kimberling_, Oct 16 2011