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.

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

This page as a plain text file.
%I A197388 #13 Apr 10 2021 11:32:12
%S A197388 2,4,6,1,0,2,9,2,2,1,4,8,3,2,8,7,4,2,4,5,6,8,5,9,8,7,6,6,1,2,9,7,1,4,
%T A197388 4,1,5,1,6,9,6,5,4,9,7,2,0,3,9,6,7,0,0,8,6,9,7,8,9,2,8,0,1,9,4,2,3,5,
%U A197388 1,3,2,8,9,4,3,2,9,1,2,9,0,7,3,4,1,2,3,8,0,2,5,4,3,1,8,6,5,3,2
%N A197388 Decimal expansion of least x > 0 having sin(Pi*x/3) = sin(x/3)^2.
%C A197388 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.
%e A197388 x=2.4610292214832874245685987661297144151696549720...
%t A197388 b = Pi/3; c = 1/3; f[x_] := Sin[x]
%t A197388 t = x /. FindRoot[f[b*x] == f[c*x]^2, {x, 2, 2.5}, WorkingPrecision -> 200]
%t A197388 RealDigits[t] (* A197388 *)
%t A197388 Plot[{f[b*x], f[c*x]^2}, {x, 0, 3}]
%Y A197388 Cf. A197133.
%K A197388 nonn,cons
%O A197388 1,1
%A A197388 _Clark Kimberling_, Oct 14 2011