I would like to get feedback about next exercise that I've considered, I don't know if it has a good mathematical content, but I would like to know how get a solution.
We consider series of the form $$\sum_{n=1}^\infty\left(\frac{\sqrt{n+1}}{\zeta(n+1)}-\frac{\sqrt{n}}{\zeta(n)}\right)^\lambda\tag{1}$$ where $\lambda$ is a real number and $\zeta(s)$ is the Riemann zeta function.
The exercise that I've created is to find and justify the existence of a $\lambda$ for which our series $(1)$ is convergent.
Question. Can you find a ray of positive real numbers $(\lambda_0,\infty)$ for which our series $$\sum_{n=1}^\infty\left(\frac{\sqrt{n+1}}{\zeta(n+1)}-\frac{\sqrt{n}}{\zeta(n)}\right)^\lambda$$ is convergent when $\lambda_0<\lambda$? I am asking about what work can be done to get the smallest $\lambda_0>0$ as is possible. Many thanks.
Since $$\frac{\sqrt{n+1}}{\zeta(n+1)}-\frac{\sqrt{n}}{\zeta(n)} = \frac{1}{2\sqrt n} + o\left( \frac{1}{\sqrt n}\right)$$
the series converges iff $\lambda \cdot \frac 12>1$ ie $\lambda > 2$.
As noted by Robert Z in his answer, $\zeta(n) = 1 +o(1)$ is not enough to conclude. He showed that $\zeta(n)=1+O(1/2^n)$ (and also that $\zeta(n)=1+1/2^n + o(1/2^n)$).
With this knowledge, $$\begin{aligned} \frac{\sqrt{n+1}}{\zeta(n+1)}-\frac{\sqrt{n}}{\zeta(n)} &= \frac{\sqrt{n+1}}{1+O(\frac{1}{2^n})}-\frac{\sqrt{n}}{1+O(\frac{1}{2^n})}\\ &= \sqrt n \left(\sqrt{1+\frac 1n}\cdot\left(1+O(\frac{1}{2^n})\right) -1 +O(\frac{1}{2^n}) \right)\\ &=\sqrt n \left( \left[1+\frac{1}{2n}+o\left(\frac 1n\right)\right]\cdot\left(1+O(\frac{1}{2^n})\right) -1 +O(\frac{1}{2^n}) \right)\\ &= \sqrt{n} \left( 1+\frac{1}{2n} +o\left(\frac 1n\right) -1 +O(\frac{1}{2^n}) \right)\\ &= \frac{1}{2\sqrt n} + o\left( \frac{1}{\sqrt n}\right) \end{aligned}$$