Recursioneasy
0:00.0

What is the result of the recursion f(n)=f(n2)+1f(n) = f(n-2) + 1 with f(0)=0,f(1)=1f(0)=0, f(1)=1 for n=4n=4?