What is the result of the recursive function f(n)=f(n−2)+2f(n) = f(n-2) + 2f(n)=f(n−2)+2 for f(0)=1,f(1)=2f(0)=1, f(1)=2f(0)=1,f(1)=2, when evaluating f(5)f(5)f(5)?
555
666
777
888