I have the following series obtained via the Cauchy Product of the alternating harmonic series with itself
$\left( \sum_{n=1}^{\infty} \frac{(-1)^n}{n} \right ) \cdot \left( \sum_{n=1}^{\infty} \frac{(-1)^n}{n} \right ) = \sum_{n=1}^{\infty} \sum_{k=1}^{n} \frac{(-1)^k}{k} \cdot \frac{(-1)^{n-k}}{n-k} = \sum_{n=1}^{\infty} \sum_{k=1}^{n} \frac{(-1)^n}{k(n-k)}$
I wish to check the convergence of this Cauchy Product. I do not know how to handle double series. I do however know that I have to check if the following converges or diverges
$\sum_{n=1}^{\infty} c_n$
Where $c_n = \sum_{k=1}^{n} \frac{(-1)^n}{k(n-k)}$
I just have no idea how to handle $c_n$. Can anyone please point out how to start?
P.S The definition of the Cauchy Product I used is
$\left( \sum_{n=0}^{\infty} a_k \right) \cdot \left( \sum_{n=0}^{\infty} b_k \right) = \sum_{n=0}^{\infty} \sum_{k=0}^{n} a_k \cdot b_{n-k}$