I want the expression for the following:
Sum[(1/Factorial[(l + p)])*(x y)^l*LaguerreL[p, l, x^2]*
LaguerreL[p, l, y^2], {l, 0, Infinity}]
When I write this in Mathematica, it just gives back the same thing written in mathematical form, not the solution.
If I specify the value of p, then I get closed form expression, but I am not getting for a general p.