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.

A197729 Decimal expansion of 3*Pi/(2 + Pi).

This page as a plain text file.
%I A197729 #12 Oct 01 2022 00:54:28
%S A197729 1,8,3,3,0,4,6,4,1,1,0,5,4,9,7,1,8,6,8,1,4,1,7,8,6,1,6,3,8,6,1,9,0,6,
%T A197729 5,8,5,2,1,2,2,6,7,8,9,8,8,6,8,2,7,8,3,8,5,6,2,6,7,5,0,3,2,5,1,2,7,3,
%U A197729 9,4,5,0,1,8,0,8,9,4,7,5,1,5,9,7,2,1,1,4,1,5,0,3,7,0,0,2,2,9,1
%N A197729 Decimal expansion of 3*Pi/(2 + Pi).
%C A197729 Least x > 0 such that sin(b*x) = cos(c*x) (and also sin(c*x) = cos(b*x)), where b=1/3 and c=Pi/6; see the Mathematica program for a graph and A197682 for a discussion and guide to related sequences.
%H A197729 <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e A197729 1.8330464110549718681417861638619065852122678...
%t A197729 b = 1/3; c = Pi/6;
%t A197729 t = x /. FindRoot[Sin[b*x] == Cos[c*x], {x, 1.83, 1.84}]
%t A197729 N[Pi/(2*b + 2*c), 110]
%t A197729 RealDigits[%]  (* A197729 *)
%t A197729 Simplify[Pi/(2*b + 2*c)]
%t A197729 Plot[{Sin[b*x], Cos[c*x]}, {x, 0, Pi}]
%t A197729 RealDigits[3*Pi/(2+Pi),10,120][[1]] (* _Harvey P. Dale_, Jun 27 2015 *)
%Y A197729 Cf. A197682.
%K A197729 nonn,cons
%O A197729 1,2
%A A197729 _Clark Kimberling_, Oct 17 2011