A function F is defined for all the positive integers that satisfy the following condition:
$F(1)+F(2)+F(3)+......F(n)=n^2F(n)$. If $F(1)=2006$, then find the value of F(2005)
What I did:- putting n=2 we have $F(1)+F(2)=4*F(2)$ $F(2)=2006/3$
I did not understand from this step given in the solution
Putting n=3 we have $F(1)+F(2)+F(3)=9*F(3)$
$F(3)= 4/3*1/8=1/6 of 2006$
And then this step F(n)=1/(sum of all natural numbers till n)*2006 $F(2005)=2/(2005*2006)*2006$
I will be really grateful if anyone could explain me this solution in detail. I will be highly obliged
To understand the solution,try to prove by induction that $$1+2+...+n==\frac{n(n+1)}{2}$$
and take $n=2005$