Recursionhard
0:00.0

Define f(n)f(n) as the number of binary strings of length nn with no two consecutive 0's. For example, f(2)=3f(2) = 3 because the valid strings are {01, 10, 11}. Which recurrence and initial conditions describe f(n)f(n)?