Mr Davis 97 said:
##\displaystyle \sum_{n=1}^\infty\frac{1}{n^2+n/2}## converges by the direct comparison test: ##\displaystyle \left|\frac{1}{n^2+n/2}\right| \le \left|\frac{1}{n^2}\right|##, and ##\displaystyle \sum_{n=1}^\infty\frac{1}{n^2} = \frac{\pi^2}{6}##.
But what if we want to show that ##\displaystyle \sum_{n=1}^\infty\frac{1}{n^2-n/2}## converges? It doesn't seem like we can use the direct comparison test anymore. Also, the ratio test is inconclusive.
Another idea is to just bound the tails of your series (i.e. you can always ignore finitely many terms for convergence questions). So
##(n-k)^2 \lt n^2 - \frac{n}{2}##
for ##n## large enough (i.e. all ##n \geq N##) and suitable choice of natural number ##k \lt N##. You can choose exact values if you desire by expanding to get
##(n-k)^2 = n^2 - 2nk + k^2 \lt n^2 - \frac{n}{2}##
re-arranging gives
## 0\lt -k^2 + 2nk - \frac{n}{2} = -k^2 + \frac{4nk -n}{2}= -k^2 + \frac{n(4k -1)}{2} ##
qualitatively you need to recognize that ##k## is fixed (you choose it) and ##n## monotonically increases the value of the RHS, so it is easily positive (and easy to find an ##N## if you must).
now take advantage of positivity, invert
##(n-k)^2 \lt n^2 - \frac{n}{2}##
to get
##0\lt \frac{1}{n^2 - \frac{n}{2}}\lt \frac{1}{(n-k)^2}##
summing over the bound:
$$0 \lt \sum_{n\geq N} \frac{1}{n^2 - \frac{n}{2}}\leq \sum_{n\geq N} \frac{1}{(n-k)^2}= \sum_{n\geq (N-k)} \frac{1}{n^2} \leq \sum_{n \geq 1} \frac{1}{n^2} = \frac{\pi^2}{6} \lt \infty $$
where the RHS comes from recognizing that ##k## exists to downshift your summation.
- - - -
in general repeat for
##(n-k)^2 \leq \beta n^2 + \alpha n + c##
- - - -
edit: this may be close to what Fresh had in mind for post ##2##