Counting Fibonacci Squares

Consider the above sequence. In step n n , we add F n F_n ( 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 n = 1 n = 1 , then we count 1 square.

If n = 2 n = 2 , then 1 small square is added, so we count 2 1-by-1 squares.

If n = 3 n = 3 , then 2 small squares are added, so we count 4 1-by-1 squares.

If n = 4 n = 4 , 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 n = 5 n = 5 , is the number of all possible different-sized squares 16?

No. Yes.

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.

1 solution

Marta Reece
Aug 10, 2017

Next Fibonacci number is 2 + 3 = 5 2+3=5 .

If we add it, we get 1 + 1 + 2 + 3 + 5 = 12 1+1+2+3+5=12 size 1 squares.

And 3 3 size 2 squares.

Total 12 + 3 = 15 12+3=15 squares 16 \not=16 squares.

@Michael Huang Your problem needs to be clarified. Marta's solution is misinterpreting your question.

I think it would be helpful to add the n=5 case for people to look at.

Calvin Lin Staff - 3 years, 10 months ago

Log in to reply

Her solution is correct, which answers the question.

I couldn't think what to 1 1 2 3 5 1-1-2-3-5 configuration, where there are 12 12 small squares and 3 3 larger squares.

Let me think about it.

Michael Huang - 3 years, 10 months ago

Log in to reply

(Calvin was right, my solution did contain a misunderstanding of the question. I have edited it since then, though, so I think it's okay now.)

Marta Reece - 3 years, 10 months ago

Ah, the solution has been edited. It previously was just 1 + 1 + 2 + 3 + 5 = 12 1 + 1 +2+3+5 = 12 .

Calvin Lin Staff - 3 years, 10 months ago

Log in to reply

@Calvin Lin I edited the question, which should be fine as it is...

Now, I see that the solution is correct. Thanks!

Michael Huang - 3 years, 10 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...