We have that $1\cdot2\cdot3\cdot4\cdot5\cdot6=8\cdot 9\cdot10$. An easy consequence is that $7!=7\cdot8\cdot9\cdot10$.
I have been looking for more non trivial examples like these, but I have found none. Is there some known fact respect to this?
More specifically: has the equation $$\frac{j!}{k!}=\frac{m!}{n!}$$ more non trivial solutions, other than $(j,k,m,n)=(6,1,10,7)$ and $(j,k,m,n)=(7,1,10,6)$?
What do you mean by trivial? Here are some more pairs:
$$ \frac{n!}{1!} = \frac{(n!)!}{(n! - 1)!} $$
Simple python code gives little bit more interesting pairs:
$( 6, 3, 5, 1 ), ( 10, 6, 7, 1 ), ( 12, 4, 11, 2 ), ( 15, 7, 13, 4 ), ( 20, 5, 19, 3 ), ( 24, 4, 23, 1 ), ( 30, 6, 29, 4 ) , ( 42, 7, 41, 5 ), ( 56, 8, 55, 6 ), ( 57, 22, 54, 18 ), ( 60, 5, 59, 2 ) , ( 66, 14, 62, 7 ), ( 72, 9, 71, 7 )$.