Context:
As I understand this limit, it can be interpreted as a Riemann Sum with tag $c_i=\frac{(2i-1)}{n}$.
$$\lim_{n\to\infty}\sum_{i=1}^n \frac{2}{n}\left(1+\frac{2i-1}{n}\right)^\frac{1}{3}$$
Therefore it represents: $$\int_0^2(1+x)^\frac{1}{3}dx$$
If $x_i=\frac{2i}{n}$ then $c_i$ falls neatly between $x_{i-1}$ and $x_i$:
$$x_{i-1}=\frac{(2i-2)}{n}<c_i<\frac{2i}{n}=x_i$$
So in that sense it is a valid tag to be able to interpret it as a Riemann Sum.
Question:
How about this limit?
$$\lim_{n\to\infty}\sum_{i=1}^n \frac{2}{n}\left(1+\frac{2i-1000}{n}\right)^\frac{1}{3}$$
Clearly the tag doesn't fall between $x_{i-1}$ and $x_i$ anymore. Still I wonder: does this matter if $n\to\infty$? Can we still interpret this limit as the same definitive integral?
I noticed that when calculating this limit in Mathematica it gives exactly the same answer as with the limit above...