Basically I have been working with polynomials of the form:
$$P_n(x)=e^{-x^2}\left(\frac{d^n}{dx^n}e^{x^2}\right)$$
I do realize that an explicit form for $P_n(x)$ has been asked for on this site before (Find an expression for the $n$-th derivative of $f(x)=e^{x^2}$), and I do realize that these polynomials are very similar to the Hermite Polynomials, yet I have been having trouble attempting to get a relatively clean expression for $(P_n(x))^2$.
The closed form expression for $P_n(x)$ is: $$P_n(x) = \left( \sum_{j=0}^{\lfloor n/2 \rfloor} \frac{n!}{j!(n-2j)!}(2x)^{n-2j} \right)$$ However, I am wondering if there is a relatively clean expression for $(P_n(x))^2$
Does anyone know a solution or know how to attempt to find a solution?
EDIT: In case it helps anyone, the first few are:
$(P_1(x))^2=4x^2$
$(P_2(x))^2=4 + 16x^2 + 16x^4$
$(P_3(x))^2=144x^2 + 192x^4 + 64x^6$
$(P_4(x))^2=144 + 1152x^2 + 2688x^4 + 1536x^6 + 256x^8$
$(P_5(x))^2=14400x^2 + 38400x^4 + 33280x^6 + 10240x^8 + 1024x^{10}$