Recursioneasy
0:00.0

What is the base case of the recursive definition for the sum of the first nn positive integers S(n)=S(n1)+nS(n) = S(n-1) + n?