Double summation including power and factorial

128 Views Asked by At

I am finding some trouble in computing the following sum:

$$\sum_{k=0}^\infty \frac{x^k}{k!}\;\sum_{m=0}^k\frac {y^m}{m!}$$

Could you please provide a result?

Thanks in advance