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.
%I A197701 #11 Oct 01 2022 00:52:42 %S A197701 2,3,1,5,7,2,0,7,9,4,3,7,7,0,9,7,2,1,6,0,6,2,8,9,1,1,4,5,5,1,1,3,1,2, %T A197701 3,0,8,9,3,0,5,4,4,3,8,1,6,8,6,5,5,2,5,2,2,8,3,8,8,4,2,4,7,9,9,2,4,0, %U A197701 9,7,2,9,9,7,4,0,5,9,2,3,2,7,5,6,6,1,8,4,5,6,7,2,9,1,6,5,7,3,8 %N A197701 Decimal expansion of Pi/(1 + 4*Pi). %C A197701 Least x > 0 such that sin(b*x) = cos(c*x) (and also sin(c*x) = cos(b*x)), where b=1/2 and c=2*Pi; see the Mathematica program for a graph and A197682 for a discussion and guide to related sequences. %H A197701 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %e A197701 0.2315720794377097216062891145511312308... %t A197701 b = 1/2; c = 2*Pi; %t A197701 t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, .23, .24}] %t A197701 N[Pi/(2*b + 2*c), 110] %t A197701 RealDigits[%] (* A197701 *) %t A197701 Simplify[Pi/(2*b + 2*c)] %t A197701 Plot[{Sin[b*x], Cos[c*x]}, {x, 0, .8}] %Y A197701 Cf. A197682. %K A197701 nonn,cons %O A197701 0,1 %A A197701 _Clark Kimberling_, Oct 17 2011