Consider the above sequence. In step , we add ( Fibonacci number ) unit squares in a column to the right. We want to count the number of squares (of all sizes) in each figure.
If , then we count 1 square.
If , then 1 small square is added, so we count 2 1-by-1 squares.
If , then 2 small squares are added, so we count 4 1-by-1 squares.
If , then 3 small squares are added, so we count 7 1-by-1 squares and a 2-by-2 square, which altogether makes 8 squares in all.
For , is the number of all possible different-sized squares 16?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we add it, we get 1 + 1 + 2 + 3 + 5 = 1 2 size 1 squares.
And 3 size 2 squares.
Total 1 2 + 3 = 1 5 squares = 1 6 squares.