I was thinking about this question: Why does the series $\sum_{n=1}^\infty\frac1n$ not converge?
and investigating the rate of decrease of the members of the series (any decreasing series, not just harmonic ones) at which the sum remains bounded and doesn't diverge. I was looking at different series and trying to figure out the criteria for determining if a sum of subsequent members can reach the first member (for harmonic series the sum of $2^{n-1}$ subsequent members will always reach $\frac{1}{2}$).
While looking at that, I came to the following intuitive criteria for determining the convergence of the series:
For any infinite series $\sum_{n=1}^{+\infty}\frac{1}{f(n)}$ where $f(n)$ is monotonically-increasing function, if $f(n)$ grows faster than $const\cdot n\cdot \ln n$ then the series converges, otherwise the series will diverge. In other words, if $f''(n)>\frac{const}{n}$ the series converges; otherwise, it diverges.
Notice: initially my criteria was $f''(n)>0$, but based on comments, I amended it to $f''(n)>\frac{const}{n}$.
It is easy to see that if $f''(n)\le0$ then the series diverges, but it appears that even if $f''(n)$ is positive, but still dropping inversely proportionally to n, then the series will still diverge. For example, the series will diverge if $f(n)=100\cdot n\cdot \ln n $, which is equivalent to $f''(n)=\frac{100}{n}$.
In order for series to converge, the positive $f''(n)$ has to grow with n, remain the same, or drop with n slower than inversely proportionally. For example if $f''(n)=\frac{1}{\sqrt{n}}$ then $f(n)$ grows fast enough and the series will converge.
I looked at many examples of $\sum_{n=1}^{+\infty}\frac{1}{f(n)}$, where $f(n)$ grows exponentially and logarithmically, for example: $n^2, n^{1.1}, 2^n, \ln n, n\ln n, \sqrt{n}, \frac{\sqrt{n}}{\ln n}$ etc... and never could disprove my criteria.
I am not a mathematician (only have minors in physics), and I don't know if what I have found is already a well known thing, but I couldn't find any criteria for convergence similar to the one I described above. So I am asking the math community to either disprove my criteria, showing $f(n)$ that doesn't obey my criteria, or prove my criteria, or give any input why it looks right or wrong.