CaptainEd, are these numbers the expected (average) lengths of the longest arc (interval) for each value of n? Concerned about using the round-the-corner length, since the (sorted) n uniform points will tend to cluster around i/(n+1), i=1, ... n which will make r-t-c lengths twice as long as the other intervals. the i=0th point is eliminated when you join the 0 and 1 endpoints. For n uniform points on [0,1) the intervals are properly (after sorting the points lowest to highest) n1, n2-n1, n3-n2, n4-n3 ... 1-nmax. Note the first interval, n1, is formally n1 - 0.