Say I have a positive integer that is one-thousand digits long. What math could I use to represent this number as a series of exponents in a significantly shorter form than the original number? The number is rather random.
For example, $(4^5)^6$ makes 1152921504606846976. What steps can I use to deduce that 1152921504606846976 can be composed of $(4^5)^6$?
Fundamental Theorem of Arithmetic
Your number factors to $2^{60}$
You can use the factorization however you'd like to create a smaller number of numbers by multiplying factors together.
Regards