Given the equation $$(1+x)^n=x^m$$ where $m$ and $n$ are two different natural numbers, I was trying to find as many solution as possible expressing them without transcendent functions.
WLOG we can suppose $n<m$ and coprime, in this case by the Abel–Ruffini theorem we know we can find a closed form solution for $m<4$. So I found solutions for $(n,m) \in \{(1,2),(1,3),(1,4),(3,4)\}$
Indeed, by playing with the numbers, I noticed that also $(1+x)^4=x^5$ has closed form solutions as the equation is divisible by $x^2+x+1$.
How can I find other solutions violating Abel-Ruffini?