I am trying to compute the sum of these fractions:
$$\frac{3}{1}+\frac{3}{1+2}+\frac{3}{1+2+3} + \dots + \frac{3}{1+2+3+\dots+100}.$$
I believe the denominators are a triangular number sequence, therefore the expression should convert to
$$3\Bigl(\frac{2}{1×2}+\frac{2}{2×3}+\frac{2}{3×4} + \dots +\frac{2}{100×101}\Bigr)$$
then, this can then be converted to
$$6\biggl[\Bigl( \frac{1}{1}-\frac{1}{2}\Bigr) + \Bigl(\frac{1}{2}-\frac{1}{3}\Bigr) + \Bigl(\frac{1}{3}-\frac{1}{4}\Bigr) + \dots + \Bigl(\frac{1}{100}-\frac{1}{101}\Bigr)\biggr]$$
then, this simplifies to $6\Bigl(\frac{1}{1}$ - $\frac{1}{101}\Bigr)$
with the final answer being $\mathbf{6\frac{100}{101}}$
However, the answer key we obtained specifies the answer as $5\frac{95}{101}$
I would like to have some help on finding out if I made any errors with my solution hence our answer not being the same as the $5\frac{95}{101}$ given by the answer key? Thank you in advance.