We denote the floor and ceiling functions, respectively, with $\lfloor x \rfloor$ and $\lceil x \rceil$.
We consider the Möbius function, and then the series $$\sum_{n=1}^\infty\frac{\mu\left(\lfloor \sqrt{n} \rfloor\right)-\mu\left(\lceil \sqrt{n} \rceil\right)}{n}.$$
When I've consider this series, the only simple calculation that I can to state is that those terms being a perfect square $m=k^2$ satisfy $$\lfloor \sqrt{m} \rfloor=\lceil \sqrt{m} \rceil=k,$$ and thus for these $m$'s their contribution in the series is $0=\frac{\mu\left(\lfloor \sqrt{m} \rfloor\right)-\mu\left(\lceil \sqrt{m} \rceil\right)}{m}$. But it is a simple observation, and doesn't tell me nothing about the convergence of the series.
I believe that it's an interesting example of series.
Question. Is it possible deduce that this series is convergent $$\sum_{n=1}^\infty\frac{\mu\left(\lfloor \sqrt{n} \rfloor\right)-\mu\left(\lceil \sqrt{n} \rceil\right)}{n}?$$ Many thanks.
Is not required an approximation, only is required the discussion about if the series is convergent or does diverge.
With this my code
sum (mu(floor(sqrt(n)))-mu(ceil(sqrt(n))))/n, from n=1 to 1000
Wolfram Alpha calculate an approximation and show us a graph.
$$\begin{eqnarray*}\sum_{m=1}^{M}\sum_{n=m^2}^{(m+1)^2-1}\frac{\mu\left\lfloor\sqrt{n}\right\rfloor-\mu\left\lceil \sqrt{n}\right\rceil}{n}&=&\sum_{m=1}^{M}\sum_{n=m^2+1}^{(m+1)^2-1}\frac{\mu\left\lfloor\sqrt{n}\right\rfloor-\mu\left\lceil \sqrt{n}\right\rceil}{n}\\&=&\sum_{m=1}^{M}\sum_{n=m^2+1}^{(m+1)^2-1}\frac{\mu(m)-\mu(m+1)}{n}\\&=&\sum_{m=1}^{M}\left(\mu(m)-\mu(m+1)\right)\left(H_{(m+1)^2-1}-H_{m^2}\right)\\(\text{summation by parts})\quad&=&-\mu(M+1)\left(H_{(M+1)^2-1}-H_{M^2}\right)\\&&+\sum_{m=1}^{M-1}\mu(m+1)\left(H_{(m+2)^2-1}-H_{(m+1)^2}-H_{(m+1)^2-1}+H_{m^2}\right)\\&=&O\left(\frac{1}{M}\right)+\sum_{m=2}^{M}\mu(m)\left(-\frac{2}{m^2}+\frac{2}{m^3}+O\left(\frac{1}{m^4}\right)\right)\end{eqnarray*}$$ is an absolutely convergent series, whose value is close to $-\frac{2}{\zeta(2)}+\frac{2}{\zeta(3)}$.