Consider the partial sums $$S_n = \sum_{k=2}^n\frac{1}{\log(k)}.$$ Are there good lower bounds for $S_n$ as $n\to\infty$ ?
I am not necessarily looking for sharp bounds (although they would be nice), just one that is fair.
Of course a "good" lower bound would be one that go "very" fast to infinity.
Because $1/\ln x$ is decreasing on $[2,\infty),$ we have
$$\tag 1 I_n=\int_2^n \frac{dt}{\ln t} \le S_n.$$
Integrating by parts shows
$$\tag 2 I_n =\frac{n}{\ln n}-\frac{2}{\ln 2}+ \int_2^n \frac{dt}{(\ln t)^2}.$$
Is $(2)$ a decent lower bound of $S_n?$ I would say yes, given that as $n\to \infty,$
$$\tag 3 S_n\sim \frac{n}{\ln n}$$
and
$$\tag 4\int_2^n \frac{dt}{(\ln t)^2} \sim \frac{n}{(\ln n)^2}.$$
You can verify $(3)$ using Stolz-Cesaro, and $(4)$ by using L'Hopital.