The Fibonacci sequence starts with 1, 1, and each subsequent number is the sum of the two before it. Named after Leonardo of Pisa (Fibonacci) who described it in 1202, the sequence had been known in Indian mathematics centuries earlier. Its ratios converge to the golden ratio phi, and it appears throughout nature wherever efficient packing occurs.
The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, 34... is defined by F(n) = F(n-1) + F(n-2). Named after Leonardo of Pisa who introduced it to Europe in 1202, the sequence was known in Indian mathematics from at least the 6th century. Consecutive Fibonacci ratios converge to the golden ratio phi. The sequence appears in sunflower seed spirals, pinecone bracts, pineapple scales, and the branching of trees. Binet's formula gives an exact closed form: F(n) = (phi^n - psi^n) / sqrt(5).