I am trying to compute the product of 3 infinite series.
As such, I need the compact form for the product $$\displaystyle\sum_{n=0}^{\infty}c_{n}\times\displaystyle\sum_{j=0}^{\infty}\sum_{k=0}^{j}a_{k}a_{j-k}.$$ I got the double summation by applying Cauchy Product.
Thanks, Radz.
To express it as a single infinite series you can apply the Cauchy Product a second time to get
$$ \sum_{m=0}^\infty e_m $$
where
$$ e_m = \sum_{l=0}^m c_l \sum_{k=0}^{m-l} a_kb_{m-l-k} $$