Due to the differences in notation for the formula of the CDF of negative binomial distribution from Wikipedia, ScienceDirect and Vose Software, I decide to rewrite it in the way that I can easily understand. We have:
$x$ number of trials, $x = \textrm{1, 2, ...}$
$r$ number of failures, $r = \textrm{1, 2, ... }x$
$k$ number of successes, $k = x - r = \textrm{0, 1, ... }$
$p$ probability of success, $0<p<1$
The formula for the CDF of binomial distribution is:
$$F_{X_k}(x)=P(X_k\leq x)=\sum_{i=1}^{x}{{k+i}\choose{i}}p^{k}{(1-p)}^{i}$$
Do I have it right? Many thanks!

I think the best way we can think to a Pascal random variable $X_{n}$ with distribution $\mathcal{NB}(p,n)$ is to think at it as a sum of $Y_{1}+\cdots+Y_{n}$ of $n$ random independant with equal geometric distribution $\mathcal{G}(p)-1$.
Infact you can notice this considering $Y_{i}$ as the random variable which keeps tracks of the failures betweeen the $(i-1)$-th and $i$-th success. $Y_{i}$ are clearly independant and have distribution of parameter $p$ minus 1 because the geometric distribution counts the number of trial needed in order to gain a success, which correspond to the number of failures and the the final success.
In this way is easier to verify your distribution correctness. You can find some reference here