Fibonacci Sequence

The Fibonacci numbers are defined recursively:

Generating the sequence:

Each number is the sum of the previous two.
This recursive structure appears throughout nature (spiral patterns in shells, seed arrangements in sunflowers) and has deep mathematical connections.

Closed-Form Solution (Binet's Formula) – Fibonacci numbers grow exponentially with base .

where (golden ratio) and
See also: Eigenvector puzzle.

Since , the term vanishes as grows, so for large :

The golden ratio is the smallest possible base for which a sequence satisfying can grow exponentially . Any slower growth would eventually turn negative or decay to zero.

Golden Ratio Convergence

The ratio of consecutive Fibonacci numbers converges to the golden ratio:

This follows from the recurrence relation: if , then .
At the limit, , giving , whose positive solution is .

, , , , , , , … →