A336073 Decimal expansion of the ratio of segment areas for arclength 1/3 on the unit circle; see Comments.
1, 0, 2, 2, 5, 4, 7, 3, 7, 3, 9, 3, 6, 0, 4, 9, 2, 0, 3, 6, 1, 9, 7, 5, 9, 2, 5, 8, 0, 5, 8, 3, 9, 9, 9, 4, 3, 9, 3, 4, 3, 5, 7, 9, 0, 8, 2, 6, 1, 2, 2, 0, 3, 3, 2, 8, 1, 0, 3, 5, 8, 1, 6, 0, 4, 5, 3, 5, 0, 7, 6, 4, 6, 4, 5, 7, 1, 0, 5, 1, 1, 0, 1, 0, 1, 7
Offset: 4
Examples
ratio = 1022.54737393604920361975925805839994393435790826122033281
Programs
-
Mathematica
s = 1/3; r = N[(2 Pi - s + Sin[s])/(s - Sin[s]), 200] RealDigits[r][[1]]
-
PARI
2*Pi/(1/3 - sin(1/3)) - 1 \\ Charles R Greathouse IV, Feb 22 2025
Formula
ratio = (2*Pi - s + sin(s))/(s - sin(s)), where s = 1/3.
Comments