I found an approximation of the falling factorial for $k\ll N$: $$ (N)_k = N(N-1)\ldots(N-k+1)\approx N^k $$ Any idea how to get it?
2026-04-12 05:06:42.1775970402
Approximation of the falling factorial
436 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Note that $(N)_{k} = \frac{N!}{(N-k)!}$. From there, we may use Stirling's Approximation:
$n!\approx \sqrt{2\pi n}n^{n}e^{-n}$:
Subtituting:
$(N)_{k} \approx \frac{\sqrt{2\pi N}N^{N}e^{-N}}{\sqrt{2\pi (N-k)}(N-k)^{N-k}e^{k-N}}$
$(N)_{k}\approx \frac{N^{N}}{(N-k)^{N-k}}\sqrt{\frac{N}{N-k}}e^{-k}$
$\boxed{(N)_{k}\approx \frac{N^{N+\frac{1}{2}}}{(N-k)^{N-k + \frac{1}{2}}}e^{-k}}$