There is a list of numbers $a_{1} , a_{2} , …, a_{2010}$ . For $1 \leq n \leq 2010$, where $n$ is positive integer, let $a_1+a_2+ \ldots +a_n = S_n$ . If $a_1 = 2010$ and $S_n = a_nn^2$ for all n, what is the value of $a_{2010}$ ?
I've been trying to manipulate the formula but I cant seem to find a good relationship between $a_1$ and $a_{2010}$ like $$ a_{2010} = \frac{a_1 +a_2 ... +a_{2010}}{2010^2} $$ Then tried to use the definition $S_n = a_nn^2 $ over and over again but I cant find a good formula.
Hint:
$$S_n-S_{n-1}=a_n$$ and $$n^2a_n-(n-1)^2a_{n-1}=a_n$$
so that
$$a_n=\frac{n-1}{n+1}a_{n-1}.$$
Then
$$a_n=\frac{n-1}{n+1}a_{n-1}=\frac{n-1}{n+1}\frac{n-2}{n-0}a_{n-2}=\frac{n-1}{n+1}\frac{n-2}{n-0}\frac{n-3}{n-1}a_{n-3}=\frac{n-1}{n+1}\frac{n-2}{n-0}\frac{n-3}{n-1}\frac{n-4}{n-2}a_{n-4}=\cdots$$
More generally, after simplification,
$$a_n=\frac2{n+1}\frac1{n-0}a_1=2\left(\frac1n-\frac1{n+1}\right)a_1$$ and the sum telescopes.