I'm just learning about testing convergence of series of real numbers and I'm stuck with this problem.
Investigate the convergence of the series $$ \sum \limits_{n=1}^\infty \frac{1}{n^2 - \log \, n} $$
My first attempt was to use the "Direct Comparison Test". Looking at the behavior near $ \infty $ (that is, looking at the terms that dominate), we have
$$ \frac{1}{n^2 - \log \, n} \thicksim \frac{1}{n^2} $$
We note that
$$ \frac{1}{n^2 - \log \, n} \ge \frac{1}{n^2} \; \forall n \in \mathbb N $$
The series $ \sum \limits_{n=1}^\infty \frac{1}{n^2} $ converges by the p-series test ($ p \gt 1 $) but I can't conclude anything since the terms of the orginal series are greater than the terms $ \frac{1}{n^2} \forall n \in \mathbb N $.
The "Integral Test" also clearly fails here since there's no obvious substitution for the integrand.