I observed that if you arrange the factorials up to 18 in a certain way it is possible to get the LCM of all numbers of to 18. With some effort I could show:
\begin{eqnarray*} \frac{18! \times 3! }{9! \times 6! } &=& \frac{10 \times 11 \times 12 \times 13 \times 14 \times 15 \times 16 \times 17 \times 18}{6 \times 5 \times 4} \\ \\ &=& \frac{2 \times 5 \times 11 \times 2^2 \times 3 \times 13 \times 2 \times 7 \times 3 \times 5 \times 2^4 \times 17 \times 2 \times 3^2}{3 \times 2 \times 5 \times 2^2} \\ \\ &=& 2^6 \times 3^3 \times 5 \times 7 \times 11 \times 13 \times 17 \\ \\ &=& lcm \big( 1,2,3,4,5, \dots, 17 , 18\big) \end{eqnarray*}
How general is this? I thought maybe I could use the Mobius function. I may have left out some values
$$ \prod n!^{\; \mu(n/d)} = lcm \big( 1, 2, \dots, n \big)$$
where $\mu(n)$ is the Möbius function.
To check my work:
$$ lcm \big( 1, 2, \dots, 18 \big) = 2^4 \times 3^2 \times 5 \times 7 \times 11 \times 13 \times 17 $$
so my conjecture does not look right as stated. By the way
$$ 18! = 2^{16}\times 3^{8} \times 3^5 \times 5^3 \times 7 \times 9 \times 11 \times 13 \times 17$$
what about
$$ lcm\big(1,2,\dots,18\big)\times lcm\big(1,2,\dots,9\big)\times lcm\big(1,2,\dots,6\big)\times lcm\big(1,2,3,4\big)\times lcm\big(1,2,3\big)^2 \times lcm\big(1,2\big)^3 $$
in fact
\begin{eqnarray*} lcm \big( 1, 2, \dots, 9 \big) &=& 2^3 \times 3^2 \times 5 \times 7 \\ lcm \big( 1, 2, \dots, 6 \big) &=& 2^2 \times 3 \times 5 \\ lcm \big( 1, 2, 3,4 \big) &=& 2^2 \times 3 \\ lcm \big( 1, 2, 3 \big) &=& 2 \times 3 \\ lcm \big( 1, 2 \big) &=& 2 \\ \end{eqnarray*}
so I can conjecture the formla in one direction, interesting in its own right:
$$ n! = \prod_{k \leq n} lcm \big( 1,2,\dots, \frac{n}{k}\big)$$
$lcm \big( 1,2,3, \dots, n\big) = \prod_{p \leq n} p^i$ where p is prime and $i$ such that $p^i \le n$ and $p^{i+1}>n$
Using Arthurs comment:
$lcm \big( 1,2,3, \dots, n\big) = \prod_{p \leq n}\frac{(p^i)!}{(p^i-1)!}$
For example
$lcm \big( 1,2,3, \dots, 18\big) = \frac{17! \times 13! \times 11! \times 7! \times 5! \times 9! \times 16!}{ 16! \times 12! \times 10! \times 6! \times 4! \times 8! \times 15! }$
So yes, this is always possible, but I don't know whether there is some more... meaningful way of finding such arepresentation.
Also your second statement: $n! = \prod_{k \leq n} lcm \big( 1,2,\dots, \frac{n}{k}\big)$ is disproven by $n=18$, as your general formula does not include the square/to the power of 3 you use for the two smallest $lcm$s (which seems kinda arbitrary) and I don't know why you'd include $lcm \big( 1, 2, 3,4 \big)$ since $4 \nmid 18$