The Poisson distribution has a simple recurrence relation: given a success rate $\lambda$, the probability of getting $k + 1$ successes in some time $t$ satisfies
$P_{k+1}(t) = \frac{(\lambda t)^{k+1} e^{-\lambda t}}{(k+1)!} = \frac{\lambda t}{k+1} P_{k}(t)$.
I see why the recurrence works algebraically, but is there a nice way to see it intuitively?