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 A197736 #12 Feb 26 2024 14:32:44 %S A197736 3,0,3,4,1,8,7,9,7,1,9,7,9,1,0,4,5,8,1,3,7,7,7,2,2,7,5,6,1,7,9,5,7,1, %T A197736 4,5,6,5,5,3,7,0,5,4,6,2,5,6,2,1,2,3,9,8,6,6,7,5,9,5,2,8,5,5,1,3,0,1, %U A197736 9,2,5,4,8,4,0,3,8,2,9,5,0,5,2,8,2,5,3,2,6,9,6,0,6,1,4,2,3,0,8 %N A197736 Decimal expansion of 4*Pi/(1 + Pi). %C A197736 Least x > 0 such that sin(b*x) = cos(c*x) (and also sin(c*x) = cos(b*x)), where b=1/8 and c=Pi/8; see the Mathematica program for a graph and A197682 for a discussion and guide to related sequences. %H A197736 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a> %e A197736 3.03418797197910458137772275617957145655370... %t A197736 b = 1/8; c = Pi/8; %t A197736 t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, 3, 4}] %t A197736 N[Pi/(2*b + 2*c), 110] %t A197736 RealDigits[%] (* A197736 *) %t A197736 Simplify[Pi/(2*b + 2*c)] %t A197736 Plot[{Sin[b*x], Cos[c*x]}, {x, 0, 8*Pi}] %t A197736 RealDigits[(4Pi)/(1+Pi ),10,120][[1]] (* _Harvey P. Dale_, Feb 26 2024 *) %Y A197736 Cf. A197682. %K A197736 nonn,cons %O A197736 1,1 %A A197736 _Clark Kimberling_, Oct 17 2011