I was wondering, what is the order of operations when it comes to multi level exponents. Couldn't find anything in google. Something like:
$$n^{n-1^{n-2^{\cdots^1}}}$$
In this case, if n equals 4, would it be correct to assume that 4^(3^(2^1)) is the correct order? And thus the answer is 262144?
Yes to both questions.
You should include parentheses around the differences, such as $$n^{(n-1)^{(n-2)^{\cdots^1}}}$$