Recursionmedium
0:00.0

What is the result of the recursive function f(n)=f(n2)+2f(n) = f(n-2) + 2 for f(0)=1,f(1)=2f(0)=1, f(1)=2, when evaluating f(5)f(5)?