Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionmedium
0:00.0

The recurrence an=an−1+n2a_n = a_{n-1} + n^2an​=an−1​+n2 with a0=0a_0 = 0a0​=0 models the cumulative sum of perfect squares. Compute a4a_4a4​.