Recursionmedium
0:00.0

A recursive function is defined as f(n)=f(n1)+2nf(n) = f(n-1) + 2n for n>0n > 0 and f(0)=0f(0) = 0. Which closed-form expression matches this?