I am looking for the asymptotics of $n +k - 1 \choose k$ when $n = k^c$ for integer constant $c\geq 1$.
From this we get:
$$\frac{(n+k-1)!}{k! (n-1)!} \approx \frac{\sqrt{2 \pi(n+k-1)}\left(\frac{n+k-1}{e}\right)^{n+k-1}}{\sqrt{2 \pi k}\left(\frac{k}{e}\right)^k \sqrt{2\pi(n-1)}\left(\frac{n-1}{e}\right)^{n-1}} = \frac{\sqrt{(n+k-1)}\left(n+k-1\right)^{n+k-1}}{\sqrt{ k}\left(k\right)^k \sqrt{2\pi(n-1)}\left(n-1\right)^{n-1}}$$
We also have that,
$$ \frac{(n+k-1)!}{k! (n-1)!} = \frac{(k^c+k-1)!}{k! (k^c-1)!} $$ I am not sure where to go from here.
Blindly copying from the wiki and assuming that "$k$ is much smaller than $n$" is satisfied, you get:
$$ {k^c +k - 1 \choose k} \approx \frac{(\frac{k^c+k-1}{k} - \frac{1}{2})^k e^k}{\sqrt{2 \pi k}} $$
Does this mean that $${k^c +k - 1 \choose k} \sim \frac{k^{ck-1}e^k}{\sqrt{2 \pi k}}\;?$$