Recursioneasy
0:00.0

For a recursive function f(n)f(n) defined by f(n)=f(n1)+nf(n) = f(n-1) + n, with f(0)=0f(0) = 0, what is the sum f(2)+f(3)f(2) + f(3)?