I am learning about the Poisson distribution in this document and its link reference.
This is the key formula to compute the Poisson distribution:
$$ f(k; \lambda)=\frac{\lambda^k e^{-\lambda}}{k!} $$
I saw another related formula somewhere.
$$ \sum\limits_{k = x}^{+ \infty} \frac{\lambda^k e^{-\lambda}}{k!} $$
Is there a name for this formula?