We say that a composite number is 'extraordinary' if: $$\tau((n - 1)!) \ | \ \tau(n!)$$ and $\tau : \mathbb{N}^* \to \mathbb{N}^*$ represents the arithmetic function called 'number of divisors'. Show that are finitely many 'extraordinary numbers'
My ideea was that if: $$n = \prod p_i^{\beta_i}$$
We may define: $$\alpha_i = v_{p_i} ((n - 1)!)$$
So an 'extraordinary' number has the following property: $$\frac{\prod (\alpha_i + \beta_i)}{\prod \alpha_i} \in \mathbb{N}^*$$
So, it turns into a product divisibility problem, however, I couldn't link the idea of $(n - 1)!$ being a factorial number so that I could proceed with my solution by finding some conditions for $(\alpha_i)$ and $(\beta_i)$.