I understand that $f_{2n}$ can be represented by all the possible combinations of squares and dominoes for a $2n$ board.
But I don't understand how to simplify the right hand side in a way that I can intuitively explain that it does the same thing.
I understand that $f_{2n}$ can be represented by all the possible combinations of squares and dominoes for a $2n$ board.
But I don't understand how to simplify the right hand side in a way that I can intuitively explain that it does the same thing.
Copyright © 2021 JogjaFile Inc.
HINT: A tiling of a $1\times2n$ board by squares and dominoes must use an even number of squares. Suppose that it uses $2k$ squares.
By the way, the Fibonacci numbers are usually indexed so that $f_0=0$ and $f_1=1$. In that indexing the number of tilings of a $1\times n$ board with squares and dominoes is $f_{n+1}$, and the sum in your question is $f_{2n+1}$.