A Fibonacci rectangle is a rectangle whose side lengths are consecutive Fibonacci numbers. Fibonacci numbers are a sequence where each number is the sum of the two preceding ones, usually starting with 0 and 1. The sequence is: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55,
Show more…