Recurrence Relationshard
0:00.0

The number of ways to tile a 2×n2 \times n board with 1×21 \times 2 dominoes is given by an=an1+an2a_n = a_{n-1} + a_{n-2}. What is the closed form for a0=1,a1=1a_0=1, a_1=1?