The definition of the Cauchy product from Wikipedia is defined as $$\left(\sum_{i=0}^\infty a_i\right)\left(\sum_{j=0}^\infty b_j\right) =\sum_{k=0}^\infty\sum_{\ell=0}^ka_\ell b_{k-\ell}$$
Question: Does this apply if the summation runs from $1$ instead of $0$ for both $i,j$?
In particular, can it be said that
$$(\ln 2)^ 2=\left(\sum_{r=1}^\infty \frac {(-1)^{r+1}}r\right)^2 =\sum_{k=1}^\infty\sum_{\ell=1}^k \frac {(-1)^{\ell+1}}\ell\cdot \frac {(-1)^{k-\ell+1}}{k-\ell}\\ =\sum_{k=1}^\infty\sum_{\ell=1}^k \frac {(-1)^k}{\ell (k-\ell)} \text{?}$$
If not how can the Cauchy product be used to express $(\ln 2)^2$ as a double summation?
(NB - A related question is found here).