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.

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

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