I would like to find $\min_{n\in\mathbb{N}} (n!\cdot x^n)$ for $0<x\ll1$, $x$ fixed. My initial thought was to write $n!x^n=\Gamma(n+1)x^n$, and then set the derivative to zero, giving:
$$ 0=x^{n-1}\Gamma(n+1)\left(n+x\left[\sum_{k=1}^n\frac{1}{k}-\gamma\right] \right) $$
however this doesn't look very good.
Does anybody know a better way of tackling this problem?