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”).

A336080
Decimal expansion of the ratio of segment areas for arclength 2 on the unit circle; see Comments.
1
4, 7, 6, 0, 6, 7, 7, 0, 7, 3, 3, 9, 6, 2, 4, 5, 6, 8, 4, 0, 3, 7, 4, 8, 9, 8, 3, 1, 5, 3, 9, 3, 1, 6, 3, 5, 9, 4, 8, 1, 2, 3, 4, 6, 2, 1, 0, 6, 8, 4, 9, 2, 3, 5, 7, 6, 3, 7, 4, 9, 0, 2, 3, 1, 4, 4, 4, 7, 2, 0, 5, 3, 3, 8, 3, 1, 8, 3, 3, 0, 8, 8, 8, 5, 8, 9
OFFSET
1,1
COMMENTS
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.
FORMULA
ratio = (2*Pi - s + sin(s))/(s - sin(s)), where s = 2.
EXAMPLE
ratio = 4.760677073396245684037489831539316359481234621068492...
MATHEMATICA
s = 2; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200]
RealDigits[r][[1]]
CROSSREFS
Cf. A336073.
Sequence in context: A051544 A271304 A271124 * A354637 A173450 A200386
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 11 2020
STATUS
approved