Recursionhard
0:00.0

Given f(n)=f(n1)+f(n2)f(n) = f(n-1) + f(n-2) with f(0)=2f(0)=2 and f(1)=1f(1)=1 (Lucas sequence), what is f(4)f(4)?