![]() The Fibonacci Sequence is the series of numbers: 1, 1, 2, 3, 5, 8, 13, 21, 34, ... Each number is found by adding the two numbers before it: 1 = 1 = 2 1 + 2 = 3 2 + 3 = 5 etc ... The next number above would be 21 + 34 = 55 Here is a longer list: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811, ... The rule describing how to find terms in the sequence is a recursive formula: tn = tn-1 + tn-2 where: tn is term number "n" tn-1 is the previous term (n-1) tn-2 is the term before that (n-2) For eaxample: t11 = t10 + t9 The Golden Ratio The Greek Pythagoras, who lived in the 5th century B.C. and is best known for discovering the theorem about right triangles that bears his name, has also been credited with discovering the golden ratio. It's also called the golden mean or the golden section. The golden ratio is usually rounded off to 1.618 (the number is actually irrational, like π). The golden ratio is represented by φ (phi), the 21st letter of the Greek alphabet. The golden ratio of 1.618 has been important to mathematicians, scientists, and artists for centuries. It is derived from the Fibonacci sequence. The quotient between each successive pair of Fibonacci numbers in the sequence approximates 1.618, closer and closer as the terms increase in size. ![]() By taking the slant height of this pyramid and dividing by half the base length you get 1.61804. ![]() The result is that if you divide the number of female bees by the number of male bees in any given hive, you will get a number near 1.618. ![]() ![]() |