Given two series (over complex numbers) that are convergent but not absolutely convergent:
$\sum_{n=0}^\infty a_n = K_0$
$\sum_{n=0}^\infty b_n = K_1$
(where $K_0$ and $K_1$ are some real numbers)
Now, let us consider the series arising from the dot product
$\sum_{n=0}^\infty a_n*b_n = Sum_0$
(where $Sum_0$ is equal the sum of infinite terms in the series)
Can we comment something on the value of $Sum_0$?
I read the Cauchy Product (How to Multiply Two Infinite Series Correctly?) but that deals with all terms in first series being multiplied with all terms in second series where as we are restricted to a subset of multiplying only corresponding terms in both series. So that doesn't seem to help.