The Art of Binary and the Fibonacci Sequence

Most math students learn about the Fibonacci sequence during their studies (1, 1, 2, 3, 5, 8, 13, 21, ... where the next term is the sum of the previous two terms). In this case, a binary plot is used to represent each term in Fibonacci sequence with it's binary equivalent. Each bit is represented by a pixel, 1's are colored black and 0's are colored white. Seems to be a rather significant fractal pattern emerging...
Find out more here!

No comments:

Four Bits is a Nibble

"The binary numeral system, or base-2 number system, is a numeral system that represents numeric values using two symbols, usually 0 and 1. ... the binary system is used internally by virtually all modern computers. " - Wikipedia