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.

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

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