The least common multiple of $\{1,2,...,n\}$ is greater than $2^{n-1}$ for any $n \ge 3$.
I found this in a MATHEMATICA book, but I don't know how to prove this. Can you help me?
[Edit: This thread has a discussion of an asymptotic stronger result, but that relies on the Prime Number Theorem. What else is known about this? JL]
This paper proves the identity $$ \operatorname{lcm}(1,2,\dots,n)=n \operatorname{lcm}\left(\binom{n-1}{0}, \binom{n-1}{1},\dots,\binom{n-1}{n-1}\right) $$ by computing the number of factors of $p$ which appear in each expression, for all primes $p$.
From this it follows that $$ \operatorname{lcm}(1,2,\dots,n) \geq n \binom{n-1}{\lfloor (n-1)/2 \rfloor} \geq \sum_{k=0}^{n-1} \binom{n-1}{k}=2^{n-1} $$