Recursioneasy
0:00.0

A recursive sequence is defined by an=an1+n2a_n = a_{n-1} + n^2 for n1n \ge 1, with a0=0a_0 = 0. What is the value of a3a_3?