We all know factorials ($n! = 1 \cdot 2 \cdot 3 \cdot \ldots \cdot n$). Is there such function (or operator, or etc...) were $n$ will be divided by all the numbers before $n$. Somthing like this:
$$n \div \cdots \div 1$$
If it exists, what is it called and how do you notate it?