If $n,k\in\mathbb N$, solve $$3^k-1=x^n$$
This seems like an interesting problem. I've currently tried a few things (one could try a lot of things in this case):
$1)$ $x^n\equiv -1\pmod 3\Rightarrow x\equiv -1\pmod 3\Rightarrow n=2r+1$, where $r\in\mathbb N\cup\{ 0\}$.
Which brings us to $3^k-1=x^{2r}x$.
$2)$ $2\mid 3^k-1$, so $x^{2r}x$ is divisible by $2$.
$3)$ By checking congruence modulo $4$, we see that $k=2m$, where $m\in\mathbb N$.
Thus $(3^m+1)(3^m-1)=x^{2r}x$. That's just a few things we could try.