This is just idle curiosity. Consider the function $(\lambda, n) \mapsto e^{-\lambda} \frac{\lambda^n}{n!}$, where $\lambda \in \mathbb{R}_{\ge 0}$ is a nonnegative real parameter and $n \in \mathbb{Z}_{\ge 0}$ is a nonnegative integer parameter. This function has the very funny property of being a "doubly stochastic matrix" in the following sense: we have both
$$\int_0^{\infty} e^{-\lambda} \frac{\lambda^n}{n!} \, d \lambda = 1$$
(the integrand being, for fixed $n$, the probability density function of a sum of $n + 1$ exponential random variables $\text{Exp}(1)$, or an Erlang random variable $\text{Erlang}(n+1, 1)$) and
$$\sum_{n \ge 0} e^{-\lambda} \frac{\lambda^n}{n!} = 1$$
(the summand being, for fixed $\lambda$, the probability density function of a Poisson random variable $\text{Pois}(\lambda)$).
Question: What significance, if any, does this observation have?
What this means concretely is that $e^{-\lambda} \frac{\lambda^n}{n!}$ can be used as a "kernel" that converts between probability distributions on $\mathbb{Z}_{\ge 0}$ and probability distributions on $\mathbb{R}_{\ge 0}$, in either direction. The two descriptions of this function above also have the funny implication that for large $n$ as a function of $\lambda$ we have a Gaussian approximation, and the same for large $\lambda$ as a function of $n$, as a result of applying the central limit theorem first to a sum of exponential random variables and then to a sum of Poisson random variables.