The original question was to find $L=\displaystyle\lim_{n\to\infty}\sum_{k=1}^na_k$ where $a_n=\displaystyle{n\over(1+2+\cdots+(n-1))(1+2+\cdots+n)}$,
which I managed to get down to evaluating the following:
$$ L=4\lim_{n\to\infty} \left({1\over1\cdot2\cdot3}+{1\over2\cdot3\cdot4}+\cdots+{1\over(n-1)\cdot n\cdot(n+1)}\right) $$
I've tried looking around the internet (as much as you can with these things), and the only thing I was able to find is a method that uses definite integrals. I also found that the partial sum is $$\displaystyle {(n+2)(n+1)\over 4n(n+1)},$$ but this is definitely not something a student should have on the top of the head during the exam.
A hint would be greatly appreciated.
Expand by partial fractions:
$$\frac{1}{(n - 1)n(n + 1)} = -\frac 1 n + \frac 1 2 \frac 1 {n - 1} + \frac 1 2 \frac 1 {n + 1}$$
Now notice that a lot of the terms will cancel, and the series telescopes.
This is similar to, and motivated by the fact that
$$\sum_{n = 1}^{\infty} \frac 1 {n(n + 1)} = \sum_{n = 1}^{\infty} \frac 1 n - \frac 1 {n + 1}$$
telescopes to leave $1$.