From A Golden March from the futility closet.
Draw a circle whose circumference is the golden mean. Choose a point and label it 1, then move clockwise around the circle in steps of arc length 1, labeling the points 2, 3, and so on. At each step, the difference between each pair of adjacent numbers on the circle is a Fibonacci number.
When would the first collision occur? I think this problem could be solved by some modular arithmetic; however, I only know how to use integers, not Fibonacci numbers when doing modular arithmetic.
