Find $x_{n}$ if $x_{1}=a>0$ and $x_{n+1}=\frac{x_{1}+2x_{2}+...+nx_{n}}{n}$
I have a problem finding sum of $$x_{1}+2x_{2}+...+nx_{n}$$ I don't see the term $x_{2}$ because if $x_{1}=a$ for $n=1$, then for $n=2$ it would be $x_{3}=\frac{x_{1}+2x_{2}}{2}$
How to determine the sum?
Hint: $x_{n+1}=\dfrac{2n-1}{n}x_n$.