Apologies if I am missing something obvious. I am an undergraduate Physics major just messing around with numbers in my free time. For fun, I was trying to see if there was a way to explicitly calculate the probability of rolling a particular sum on a series of dice (ie n, s sides dice). I ended up boiling part of the problem down into the following:
$$ \sum_{j=1}^n\sum_{k=1}^ma_jb_kx^{(j+k)}=\sum_{i=1}^{n+m}c_ix^i $$
At this point I do not think my mathematical knowledge is sufficient to figure it out, so I was wondering if anybody could either help explain to me, or set me on the right path (or just tell me if it is even possible) to find some explicit way of describing $c_i$ in terms of $a_j$ and $b_k$.
I have tried googling and looking around quite a bit, but have been unable to find anything (within my knowledge level/capability of understanding) that is related to this enough to provide me a solution.
Thank you!