Let $n$ be a positive integer.
In how many ways can one write $n!$ as a product of consecutive integers?
For example: $4!=1\times2\times3\times4=2\times3\times4$. Here, $2$ possibilities exist.
$5!=1\times2\times3\times4\times5=2\times3\times4\times5=4\times5\times6$. Here, $3$ possibilities exist.
$$ A_n = {(\ell,s)\in\mathbb{N}^2,s>\ell | \prod_{k=\ell}^s k = n!} $$
Clearly $(2,n)\in A_n$. As the user showed, for $n=5$, $(4,6)\in A_5$, so the question is non trivial.
– bartgol Sep 11 '15 at 14:52