Can $n$ be expressed as $a^b-c^d$, where $a,b,c,d,$ and $n$ are natural numbers, not necessary distinct, and $b$ and $d$ can not be both equal to $1$?
For example, when $n=1319$, then $2^{11}-3^6=1319$.
What if $n=2019$?
What if $n=100!$? (! represents the factorial)
For $n=100!$, I do not need to find $a,b,c,$ and $d$. I just want to know if it is possible to be of the given form or no.