How to find all positive integers $a,b,c,d$ with $a\le\ b\le c$ such that $a!+b!+c!=3^d$ ?
2026-03-31 16:56:22.1774976182
How to find all positive integers $a,b,c,d$ with $a\le\ b\le c$ such that $a!+b!+c!=3^d$ ?
124 Views Asked by user123733 https://math.techqa.club/user/user123733/detail At
3
Let $X = a!+b!+c!$.
Combine all these, there are only 6 candidates for $(a,b,c)$:
$$(1,1,1), (1,1,2), (1,2,2), (1,2,3), (1,2,4), (1,2,5)$$
By brute force, one can check three of them are solutions: $$(1,1,1) \leadsto X = 3,\quad (1,2,3) \leadsto X = 9\quad\text{ and }\quad (1,2,4) \leadsto X = 27$$