$$ \sum\frac{(-1)^n}{\sqrt{n+1}} $$
$a)$ Show that this series converges- it's easy to show that $\lim_{n \to \infty} \frac{(-1)^n}{\sqrt{n+1}} = 0 $
$b)$Show that the Cauchy Product with itself diverges.
Edit: According to my book the Cauchy product of two sequences $\sum_{n \in \mathbb{N}} a_n$ and $\sum_{n \in \mathbb{N}} b_n$ is defined by $\sum_{n \in \mathbb{N}} c_n$ where-
$$ c_n = \sum_{k=0}^{n} a_{n-k} b_{k} $$
If $a_n = b_n = (-1)^n/\sqrt{n+1}$, then the Cauchy product is
$$\sum_{n=0}^{\infty}c_n = \sum_{n=0}^{\infty}\sum_{k=0}^{n}a_kb_{n-k}.$$
Note that
$$c_n = \sum_{k=0}^{n}a_kb_{n-k}= \sum_{k=0}^{n}\frac{(-1)^k}{\sqrt{k+1}}\frac{(-1)^{n-k}}{\sqrt{n-k+1}}\\= (-1)^n\sum_{k=0}^{n}\frac{1}{\sqrt{k+1}}\frac{1}{\sqrt{n-k+1}}.$$
Then
$$|c_n| = \sum_{k=0}^{n}\frac{1}{\sqrt{k+1}}\frac{1}{\sqrt{n-k+1}}\geq \sum_{k=0}^{n}\frac{1}{\sqrt{n+1}}\frac{1}{\sqrt{n+1}}= 1.$$
Since $c_n$ does not converge to $0$, $\sum c_n$ diverges.
Note that
$$\frac{1}{\sqrt{k+1}}\frac{1}{\sqrt{n-k+1}} \geq \frac{1}{\sqrt{n+1}}\frac{1}{\sqrt{n+1}}= \frac1{n+1}$$ can be shown as follows:
$$\sqrt{k+1}\sqrt{n-k+1} = \sqrt{nk-k^2+n+1} \leq \sqrt{n^2 + 2n +1}= n+1.$$