To give an easier example, $x(x-1)(x-2)(x-3)$ can be written as $x(x-3) \cdot (x(x-3) + 2)) = q(x)(q(x)+2)$ where $q(x) = x(x-3)$.
In other words, we can write this degree-4 polynomial as $p(q(x))$ where $p$, $q$ are degree-2 polynomials. Note that $2 \cdot 2 = 4$.
This prompts several questions. In decreasing order of generality:
- How can we find out if a degree-$nm$ polynomial can be written as composition of a degree-$n$ and a degree-$m$ polynomial?
- Specifically, is there a general way to write the special degree-$nm$ polynomials $x(x-1)\ldots(x-(nm-1))$ in such a form?
- Even more specifically, is there a solution where $nm \ge 32$ and $n, m < 8$? These are what I need. The possible cases are:
- $(n, m) = (5, 7)$ or $(7, 5)$, so $nm = 35$
- $(n, m) = (6, 6)$, so $nm = 36$
- $(n, m) = (6, 7)$ or $(7, 6)$, so $nm = 42$
- $(n, m) = (7, 7)$, so $nm = 49$