A random member of the golden sequence. 78 numbers from F1 through F78, each equally probable.
Start with 1 and 1. Add them to get 2. Add the last two to get 3. Then 5, 8, 13, 21, 34, 55, 89, 144. Each number is the sum of the two before it. This rule, published by Leonardo of Pisa (known as Fibonacci) in his 1202 book Liber Abaci, generates a sequence that appears across mathematics, nature, art, and computer science with astonishing frequency. The original context was a puzzle about rabbit populations, and the answer turned out to be a key to understanding growth patterns throughout the natural world.
Divide any Fibonacci number by its predecessor and something remarkable happens. F(3)/F(2) = 2/1 = 2. F(5)/F(4) = 5/3 = 1.667. F(10)/F(9) = 55/34 = 1.6176. F(20)/F(19) = 6765/4181 = 1.6180339. The ratio converges to a precise irrational value: φ = (1 + √5) / 2 ≈ 1.6180339887, the golden ratio. Jacques Philippe Marie Binet proved in 1843 that each Fibonacci number can be computed directly from φ using a closed-form expression: F(n) = (φn − ψn) / √5, where ψ = (1 − √5) / 2. No summation required. The golden ratio encodes the entire infinite sequence in a single formula.
Sunflower heads arrange their seeds in two families of spirals: 34 clockwise and 55 counterclockwise, or 55 and 89. Both pairs are consecutive Fibonacci numbers. Pine cones show 8 and 13 spirals. Pineapples show 8, 13, and 21. This phenomenon, called phyllotaxis, occurs because the golden angle (360° / φ2 ≈ 137.5°) is the most irrational rotation for packing elements without overlap. Alan Turing spent his final years studying this mathematical biology, and his 1952 paper on morphogenesis laid the groundwork for understanding these patterns as emergent properties of growth dynamics.
In 1972, Edouard Zeckendorf proved that every positive integer has a unique representation as a sum of non-consecutive Fibonacci numbers. The number 30, for instance, equals 21 + 8 + 1. This Zeckendorf representation is the foundation of Fibonacci coding, a variable-length encoding scheme used in data compression. Fibonacci numbers also have a remarkable greatest common divisor property: GCD(F(m), F(n)) = F(GCD(m, n)). The divisibility structure of the sequence mirrors the divisibility structure of the integers themselves.
The Fibonacci sequence is an ideal entry point for teaching recursive thinking, ratio convergence, and the connection between discrete mathematics and continuous phenomena. Have students generate the sequence by hand, then use this tool to pick random positions and compute F(n)/F(n−1). Each pick demonstrates how quickly the ratio converges to φ. For younger students, the sequence doubles as a lesson in addition patterns and number magnitude: F(1) is a single digit, F(20) exceeds six thousand, and F(78) surpasses eight quadrillion. That exponential growth, visible in a single scrolling sequence strip, makes abstract mathematical concepts tangible and immediate.
Every Fibonacci number on this page comes from your browser's Web Cryptography API. The server delivers the page and the sequence data. Your device selects the random position. No picks are stored, no history is logged, and no tracking cookies are set. Share the URL freely. Each visitor's device selects its own independent random position from the same 78-member sequence.
Send this link to a friend. They pick their own random Fibonacci number, completely independent of yours.
Daily Inspiration
Jury-selected work from the A' Design Award, presented fresh each morning.