Binary Fibonacci
Year:
2019Ranking:
EntrantArtist:
Eamon Espey (Undergraduate Student)Description
The first 100 terms of the Fibonacci Sequence in Binary.
Black squares represent 1's and white squares represent 0's. The fibonacci sequence starts with 1, 1, then the next term is the sum of the previous two terms. 1 + 1 = 2, 1 + 2 = 3, 2 + 3 = 5 ... In binary, it is easier to see how two rows add up to form the next.