Recursionmedium
0:00.0

The recurrence an=an1+n2a_n = a_{n-1} + n^2 with a0=0a_0 = 0 accumulates sums of squares. Find a3a_3.