Imagine that you have a very long (finite) line and that you are asked to mark a number of points in sequential fashion on the line, subject to a few conditions:
(1) For each new point that is marked on the line, there is a region of length L either side of that point within which no consecutive points are allowed to be marked. In other words, new points may only be marked if they are at least a distance of L from all other existing points.
(2) The location of each new point is chosen at random from any of the available locations along the line.
(3) Once there are no more possible locations, no new points are marked.
What would be the final average spacing of the points? The final spacing must be between L and (2)L, and the most obvious guess would be (3/2)L. However, I have done thousands of computer simulations of the problem and the average spacing seems to approach (4/3)L - but I have no way of proving this. Any thoughts?