Let $0 < k \leq n$ and $k$ is an integer. Then prove that : $$2 \cdot (n)! \geq (n-k)! n^{k-1} (2n+k-k^2)$$
The main problem I found in trying to prove this inequality is the term : $2n+k-k^2$. It’s hard to really have a good bound on this polynomial that will help solving this inequality.
We can notice that we only need to look at the $k$ for which : $2n+k-k^2 > 0$. Yet trying to compute the determinant in order to find the root of the polynomial is a bit cumbersome.
Moreover it’s quite hard to have an analytic way of proving this since taking derivative is impossible here. Maybe there is some convexity argument but I didn’t figure anything.
It's equivalent to demonstrating : $$2\prod_{m=0}^{k-1}(1-\frac{m}{n})\geq\frac{2n+k-k^2}{n}$$ By induction, you may prove the following inequality : $$\prod_{i=1}^{n}(1-\alpha_{i})\geq 1-\sum_{i=1}^{n}\alpha_{i}$$ where $\alpha_{i}$ are positive. #in fact, we need $α_i∈[0,1]$. Thanks for the comment of "Thinking" below#
Applying this inequality, we obtain $$2\prod_{m=0}^{k-1}(1-\frac{m}{n})\geq 2(1-\sum_{m=0}^{k-1}\frac{m}{n}) = \frac{2n+k-k^2}{n}$$.