I claim that the sequence $\{a_n\}_{n = 1}^{\infty}$ with $a_n = \dfrac{1}{n(n+1)}$ converges to $0$. Now using this definition of convergence of a sequence
A sequence $\{a_n\}$ converges to a limit $L$ $$\lim_{n\to \infty} = L$$ if, for any $\epsilon > 0$, there exists an $N$ such that $\mid a_n - L \mid < \epsilon$ for $n > N$
$$ \left\lvert \frac{1}{n(n+1)} \right\lvert < \epsilon $$ $$\frac{1}{n(n+1)} < \epsilon$$ $$n(n+1) > \frac{1}{\epsilon}$$ $$n^2 + n > \frac{1}{\epsilon}$$ I am not able to proceed further. How can I find an $N$ not in terms of $n$ that satisfies the definition? I tried dividing it into two cases: $\epsilon \ge 1$ and $\epsilon < 1$ but still couldn't solve it. Is my claim wrong (I don't think so) or am I not able to manipulate the inequality as needed?