login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of the ratio of segment areas for arclength 1 on the unit circle; see Comments.
1

%I #10 Mar 06 2021 01:59:42

%S 3,8,6,3,4,2,9,2,1,8,0,3,0,3,4,0,0,5,6,5,0,8,6,4,1,7,7,8,7,5,9,4,9,3,

%T 6,8,9,1,2,6,1,2,4,8,8,1,3,2,0,5,8,4,3,4,6,6,0,8,7,4,6,2,3,7,8,6,6,8,

%U 6,6,7,4,2,0,4,1,7,0,2,8,7,0,1,3,3,0

%N Decimal expansion of the ratio of segment areas for arclength 1 on the unit circle; see Comments.

%C Suppose that s in (0,Pi) is the length of an arc of the unit circle. The associated chord separates the interior into two segments. Let A1 be the area of the larger and A2 the area of the smaller. The term "ratio of segment areas" means A1/A2. See A336073 for a guide to related sequences.

%F ratio = (2*Pi - s + sin(s))/(s - sin(s)), where s = 1.

%e ratio = 38.63429218030340056508641778759493689126124881320...

%t s = 1; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200]

%t RealDigits[r][[1]]

%Y Cf. A336073.

%K nonn,cons

%O 2,1

%A _Clark Kimberling_, Jul 11 2020