I'm trying to evaluate the following quantity for $n \in \mathbb{N}$, $x\in \mathbb{R}$ and $\alpha_1, \alpha_2, \beta_1$ scalars.
$$I(x)=\sum_{k=0}^{n-1}\frac{\alpha_1^k \alpha_2^{n-k}}{k!(n-k)!}H_k(x)H_{n-1-k}(\beta_1 x)$$ where $H_n$ is the n-th "physicist" Hermite polynomial.
I know the following result about a related sum :
$$ \sum_{k=0}^{n}\frac{\alpha_1^k \alpha_2^{n-k}}{k!(n-k)!}H_k(x)H_{n-k}(\beta_1 x)=\frac{(\alpha_1^2+\alpha_2^2)^{n/2}}{n!}H_n\left(\frac{\alpha_1 + \alpha_2 \beta_1 }{(\alpha_1^2+\alpha_2^2)^{1/2}}x\right)$$
but I cannot manage to use this result to evaluate the former one because of the indices of the Hermite polynomials...
I could try to integrate or derivate with respect to $\alpha_1$ or $\alpha_2$ but it does not seem to work...
Thanks a lot !