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 A336074 #8 Mar 06 2021 02:01:39 %S A336074 2,6,5,2,5,0,4,7,9,0,1,3,5,1,7,6,4,7,7,1,2,5,4,8,1,8,5,4,9,2,5,4,0,0, %T A336074 8,9,5,3,8,4,3,5,1,6,0,9,0,5,2,3,9,1,2,8,0,2,3,9,3,9,4,0,7,4,4,8,0,1, %U A336074 2,5,2,0,1,5,2,8,8,2,0,1,9,0,0,6,1,4 %N A336074 Decimal expansion of the ratio of segment areas for arclength Pi/6 on the unit circle; see Comments. %C A336074 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 A336074 ratio = (2*Pi - s + sin(s))/(s - sin(s)), where s = Pi/6. %e A336074 ratio = 265.25047901351764771254818549254008953843516090523... %t A336074 s = Pi/6; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200] %t A336074 RealDigits[r][[1]] %Y A336074 Cf. A336073. %K A336074 nonn,cons %O A336074 3,1 %A A336074 _Clark Kimberling_, Jul 10 2020