New posts in factorial

The units digit of $1!+2!+3!+4!!+5!!+\dots+k\underset{\left \lfloor \sqrt{k} \right \rfloor \text{ times}}{\underbrace{!!!\dots!}}$

Prove by induction $\frac{n^n}{3^n}<n!<\frac{n^n}{2^n}$ [closed]

An alternative proof for Bertrand's Postulate when $n \ge 36$

Total number of divisors of factorial of a number

$ \sum_{x=1}^n {{n-1} \choose {x-1}} {N \choose x} = {{N+n-1}\choose n}$ [duplicate]

Number of zeros not possible in $n!$ [duplicate]

Can this product be written so that symmetry is manifest?

Find a combinatorial proof to 10!=7!6!

Identity involving double sum with factorials

Last nonzero digit of $2010!$ [closed]

Is $\frac{y!}{y+1}$ an integer if $y$ is an odd number? [duplicate]

Is $(\log(n))!$ a polynomially bounded function?

Prove that $0!+1! + 2! + 3! + ..... + n!$ $\neq$ $p^\text{r}$, where $n \geqslant 3$ and $n$, $p$ and $r$ are three integers

$1!+2!+\ldots+n!$ cannot be the square of a positive integer

What are the rules for factorial manipulation?

Prove that for any $x \in \mathbb N$ such that $x<n!$ is the sum of at most $n$ distinct divisors of $n!$

What is the practical application of factorials

Evaluating the factorial-related limit $\lim_{x \to \infty} (x + 1)!^{1 / (x + 1)} - x!^{1/x}$

Direct proof that $n!$ divides $(n+1)(n+2)\cdots(2n)$

In Swift 3, how to calculate the factorial when the result becomes too high?