[Math] Factorial expressed in terms of two other factorials

elementary-number-theoryfactorial

Can the factorial of $N$ always be expressed by the sum(addition and subtraction) or the product of two other factorials?

Do there always exist integer $A$ and $B$ such that $N! = A! + B!$, or $N! = A! – B!$, or $N! = A!\cdot B!$ ?

Best Answer

If you want $N! = A! + B!$, then $A,B <N$. Hence, $N! = A! + B! \leq 2(N-1)!$. This is possible only if $N =2$.

Related Question