I've been messing around with rising factorials and found something odd.
$\frac{x^{(n)} - d^{(n)}}{n!}$
seems to never be prime when $n = 4$ for all $x$ and $0 < d < x$ (I've been looking for months for a counter example but have't found any). Moreover, for other cases of $n > 1$, it seems to equal to prime numbers only when $(x - d)$ divides $n!$
Is it true for $n=4$? Is there a reason for the other cases? I feel like I missed something obvious.