I am playing with the following example trying to determine if $\frac{1}{n}-\frac{1}{\sqrt{n}}$ is in $\ell^2$.
Here is what I have,
\begin{align} \sum\limits_{n=1}^\infty \left( \frac{1}{n}-\frac{1}{\sqrt{n}}\right)^2 &= \sum\limits_{n=1}^\infty \left(\frac{\sqrt{n}-n}{n\sqrt{n}}\right)^2\\ &=\sum\limits_{n=1}^\infty\frac{n-2n\sqrt{n}+n^2}{n^3}\\ &=\sum\limits_{n=1}^\infty\frac{1}{n^2}-2\sum\limits_{n=1}^\infty\frac{1}{n\sqrt{n}}+\sum\limits_{n=1}^\infty\frac{1}{n} \end{align}
The first summand is in $\ell^2$, the second summand is in $\ell^2$, but the third summand is not. Thus the sequence $\frac{1}{n}-\frac{1}{\sqrt{n}}$ is not in $\ell^2$. I think I may be making an error when I split the sums. Allowing such splitting would result in things like,
\begin{align} \sum\limits_{n=1}^\infty\frac{1}{n^2} &= \sum\limits_{n=1}^\infty\frac{1-n^2}{n^2}+\sum\limits_{n=1}^\infty\frac{n^2}{n^2} \end{align}
What am I missing here?
You could note that$$\sum_{n=1}^\infty\frac{n-2n\sqrt n+n^2}{n^3}=\sum_{n=1}^\infty\frac{1-2\sqrt n+n}{n^2}$$and that$$\lim_{n\to\infty}\frac{\frac{1-2\sqrt n+n}{n^2}}{\frac1n}=\lim_{n\to\infty}\frac{1-2\sqrt n+n}n=1.$$Therefore, your series diveres, by the comparison test.