I have to determine whether the above sequence is bounded (from above or below).
Bounded from above means: $\frac{2n-1}{3n+1} \le M$ $\forall n$
Bounded from below means: $\frac{2n-1}{3n+1} \ge m$ $\forall n$
Then I tried to solve the above inequalities in n, but they are really complex and it is difficult to interpret the results.
How would you prove that the sequence is bounded?