I am currently writing my IB HL Math Internal Assessment. I was researching why "$\sum_{n=1}^\infty \frac{1}{n}$" diverges , but "$\sum_{n=1}^\infty \frac{1}{n^2}$" converges. My research brought me to the p-Series convergence test: $$\sum_{n=1}^\infty \frac{1}{n^x}$$ which converges when x>1.
The convergence of this type of infinite series does not only depend on IF the values of the sequence converge to zero. The convergence of this type of infinite series actually depends on the RATE AT WHICH the values of the sequence converge to zero (Why does the harmonic series diverge but the p-harmonic series converge). I want to further explore the correlation between the rate at which the sequence converges to zero and the convergence of the series. For example, I tried to create a function to examine the trend of the the rates at which $\sum_{n=1}^\infty \frac{1} {n^x}$ converge to zero, but realized that the rates of the graphs are not one value (i.e. 4).. Each rate of $\frac{1}{n^x}$ are infinite values, such as $y=\frac{-0.5}{n^2}$ (the rate of convergence of the sequence of the harmonic series).
The problem I am having is that I cannot find research online that tells me more than "the convergence of the series "1/n^x" is dependent on the rate at which the values converge to 0. I want to further explore the "rigorous proofs" that were mentioned in "Why does the harmonic series diverge but the p-harmonic series converge".
I tried to explain this topic as best I could. Thank you for your time.
EDIT: the SEQUENCE of 1/n would be: 1, 1/2, 1/3, etc... The SERIES of 1/n would be 1 + (1/2) + (1/3) + ... + (1/n) Here is an example of what I am looking for: The terms of the harmonic series (1/n) converge to zero, but the summation of all these terms, called the series, DOES NOT converge to a number. This is because the sequence does not converge to zero fast enough. I am trying to gain a deeper mathematical understanding of this idea.