How can I rewrite $4^n$ as $a^{n-1}$? Where $a$ is known?
I thought about solving with logarithms but that seems long-winded for something so simple... I think I am just too tired right now, I cannot think.
$$ 4^n=a^{n-1} \implies n \log 4 = (n-1) \log a \\ \frac{n\log4}{n-1}=\log a\implies a=4^{\frac{n}{n-1}}$$
Is that correct? There must be a better way