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.

A197255 Decimal expansion of least x>0 having sin(2x)=(sin 4x)^2.

This page as a plain text file.
%I A197255 #16 Feb 12 2025 16:24:34
%S A197255 1,3,6,4,8,5,9,2,4,6,1,8,4,1,2,4,7,5,2,0,4,3,0,8,4,0,3,0,4,1,9,3,4,9,
%T A197255 1,5,5,2,3,7,0,3,3,2,5,9,8,3,2,2,0,0,9,1,3,8,3,4,0,0,0,0,5,7,4,2,1,6,
%U A197255 7,9,6,3,5,0,5,1,1,0,4,4,5,2,1,7,9,6,2,2,4,3,2,1,5,9,7,0,2,8,4,5,4,1,4,2,3,7,2,2
%N A197255 Decimal expansion of least x>0 having sin(2x)=(sin 4x)^2.
%C A197255 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 A197255 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>.
%e A197255 0.1364859246184124752043084030419349155...
%t A197255 b = 2; c = 4; f[x_] := Sin[x]
%t A197255 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, .1, .2}, WorkingPrecision -> 100]
%t A197255 RealDigits[t] (* A197255 *)
%t A197255 Plot[{f[b*x], f[c*x]^2}, {x, 0, Pi}]
%Y A197255 Cf. A197133.
%K A197255 nonn,cons
%O A197255 0,2
%A A197255 _Clark Kimberling_, Oct 12 2011
%E A197255 a(81) ff. corrected by _Georg Fischer_, Jul 28 2021