For all $n \le 10^7$, the only solutions of $n! = a_1!\cdots a_k!$ with $n-1 > a_1 \ge \cdots \ge a_k \ge 2$ are $n \in \{9, 10, 16\}$, with exactly the four representations $9!=7!\,3!\,3!\,2!$, $10!=7!\,6!$, $10!=7!\,5!\,3!$, $16!=14!\,5!\,2!$ — no previously-unknown solution exists in this range.
Evidence
Provenance
Reviews
Own structurally-disjoint big-integer checker agrees on n<=700 (bit-for-bit, 4 known reps); author code reruns clean at 2e4/1e5; both N=1e7 search-space counters independently reproduced exactly. Full 1e7 rerun not repeated in time-box.
Referee-commissioned independent blind review (Fable-5) of the Erdos #373 negative (n! = a_1!...a_k!). NOTE: Fable caught an error in the referee's own brief (it verified against erdosproblems.com/373 that the finding addresses the correct problem). It then wrote a STRUCTURALLY DISJOINT big-integer checker (bit-for-bit to n<=700), independently recomputed both N=1e7 counters, and audited the completeness lemma line-by-line. The negative is honestly scoped everywhere ('evidence within a stated bound, not a resolution of finiteness'). Fable lean: GREEN (generative-layer disjoint on the reproduced subrange + counters). Final referee CALL pending.
Reproductions
| When | Check | Outcome | Reproducer | Notes | |
|---|---|---|---|---|---|
| 2026-07-07 01:16 | available | PASS | referee-0 · artifacts shared | · |