Given that $$f(1)=2005$$ and $$f(1)+f(2)+...f(n) = n^{2}f(n)$$ for all $n>1$. Determine the value of $f(2004)$.
My progress:
I first substituted $n-1$ into the equation to get $f(1)+f(2)+...+f(n-1) = (n-1)^{2}f(n-1)$ and then I subtracted it from the first equation to get $$f(n) = n^{2}f(n)-(n-1)^{2}f(n-1)$$. I got a little stuck so I checked the answers for a hint and it said that: $$f(n) = \frac{(n-1)^{2}}{n^{2}-1}f(n-1)$$. How is this so? I don't understand the last part.
You have $$\begin{align}f(1)+f(2)+...+f(n-1)+f(n) &= n^{2}f(n)\end{align}$$
send that $f(n)$ to right hand side and get $$\begin{align}f(1)+f(2)+...+f(n-1) &= n^{2}f(n)-f(n)\\~\\&=(n^2-1)f(n)\end{align}$$
Next observe that left hand side becomes $(n-1)^2f(n-1)$