I created a formula that uses rectangles to approximate the area under a curve. For this instance, the answer to this problem should be equal to the area under the parabola $y=x^2$ from $[0, 2]$, which is $8/3$.
$$\lim_{n\to \infty} \frac 2n \sum_{l=1}^{n-1} \frac{4l^2}{n^2}$$
I don't know how to evaluate this limit, though. Any hints would be appreciated.