The question:
Using $S_n = \sum_{k=1}^{n}H_k$ where $H_k$ are the harmonic numbers, show $S_n = (n+1)H_n - n$.
So far I have
$S_n = \sum_{k=1}^{n} H_k = \sum_{k=1}^{n} \sum_{j=1}^{k}\frac{1}{j} $
is there perhaps some way to change the summation index?
Or would the next step come from
$S_n = \sum_{k=1}^{n}[1+ \frac{1}{2} + \frac{1}{3} + ...+\frac{1}{k-1} + \frac{1}{k}]$
Any help would be appreciated.