Recursionhard
0:00.0

The number of binary strings of length nn without '11' follows f(n)=f(n1)+f(n2)f(n) = f(n-1) + f(n-2). If f(1)=2,f(2)=3f(1)=2, f(2)=3, what is f(4)f(4)?