◄ WORLD V · SONNY 5DART 352 · a helldive at the net

THE GOLDEN ANGLE 137.5° — the turn that never repeats, so seeds never collide

Divide the full turn in the golden ratio and the smaller arc is the golden angle: 360°/φ² ≈ 137.5°. Place seeds one golden angle apart around a center — each a little further out — and because φ is the most irrational number (dart 343), the angle never repeats a direction: no two seeds ever line up, so they pack with no gaps and no crowding. This is why sunflowers, pinecones, and pineapples grow in Fibonacci spirals — phyllotaxis. The most-irrational number, turned into the most efficient packing. The golden ratio made visible in a seed head.

THE TECHNIQUE 360°/φ² ≈ 137.5° ; the non-repeating turn

The demo computes the golden angle from φ and places seeds at multiples of it — showing they never align: live demo


HISTORY & CREDIT phyllotaxis · Vogel 1979

“Plants count in Fibonacci by some botanical rule.” — they grow each new primordium one golden angle on; the Fibonacci spiral counts fall out of φ's irrationality, not a rule for counting. cited

the angle · 360/φ² = 360(2−φ) ≈ 137.507°.
1979 · Helmut Vogel — the model placing seeds at multiples of the golden angle (the sunflower spiral).
why it works · φ's extremal irrationality (dart 343) makes the directions never repeat — optimal packing.

The number hardest to approximate becomes the turn that packs a seed head perfectly. Irrationality as design. Vogel 1979

RECOMMEND FOR I-13 the golden angle from φ, on the compiler

On the canonical compiler, 360/φ² = 137.508° — computed from the Fibonacci-ratio φ, no trigonometry needed:

$ i13 run g_goldenangle.i13 # 360 / phi^2 RUN OK · 59413 step(s) · peak stack 4 · call depth 16 phi = 1.618032786885246 angle = 137.50796832993043 -- the golden angle, from phi alone
Recommend: the golden angle is φ made spatial — the turn that never repeats, so seeds pack without collision, which is why phyllotaxis counts in Fibonacci. i13 computes 137.508° straight from the ratio. Not a keeper (a derived constant is not a mechanism), but the dart that connects the number to the sunflower — and shows φ's irrationality (dart 343) is not a flaw but the whole point.