As in the title, consider the problem:
If $\sum n a_n$ converges, then $\sum a_n$ converges and $\sum |a_n|^p$ converges for $p>1$.
My intuition for the first part of the proof is to use this equality,
$$\sum a_n = \sum n a_n -\big(\sum a_n(n-1)\big) $$
Obviously the first part of the RHS converges by assumption, and I want to say the second part of the RHS does as well, however I don't know if it's entirely obvious that it does. Is this reasoning valid? And if there is a more clever way, please let me know.
Additionally, I'm not sure where to begin in showing that the hypothesis implies $\sum|a_n|^p$ converges.
All help is greatly appreciated.