Vogel's model for sunflower seed arrangement uses discrete points on a spiral, with a very specific turning angle of $\theta_1 = 2\pi/\phi^2$ where $\phi = \frac{1+\sqrt{5}}{2}$ is the golden ratio: $$ \theta_k = \frac{2\pi}{\phi^2} k, \qquad r_k = c\sqrt{k}, \qquad k=0,1,2,\dots $$
This produces an arrangement like this:

The points appear to have approximately the same distance from their neighbours. We perceive a nice even distribution.
Modifying the turning angle even slightly destroys this nice property. Example (angle changed by 2%):
I am looking for insight (if not an exact derivation) into why this angle is so special, and what other angles will work. What property of the angle causes the points to be approximately equidistant?
By experimentation, $2\pi/\phi$ also works, and so does $2\pi/(\phi + \text{integer})$. But most other numbers, such as $2\pi/\phi^3$, don't.
I found many web pages that show this spiral, but they don't explain how this property arises, or how one might derive angles that have this property. I am surprised by that because I expected that there would be a simple explanation.
This point arrangement in also used in numerical methods that require distributing points on the sphere evenly: https://stackoverflow.com/a/26127012

