I only have an extremely tenuous grasp of this stuff after reading some of the links in this thread, but maybe I can shed some more light on this concept. (Not for you, ultrafilter, but for we who do not possess math superpowers.) Consider a googol. In exponential notation, this is written as 10^100 (I’m avoiding the superscript notation for a reason.) Exponentiation is shorthand for repeated multiplication, so while you could express a googol thusly -
10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10 * 10
- this method is not exactly conducive to ease of use. Simillarly, since multiplication is repeated addition, you could write it as 10 + 10 + 10 etc. until you get an even more unwieldy block of numbers and operators 10 times the size of the one above.
Now we come to arrow notation, which is a way to express repeated exponentiation. A googolplex is 10^googol, which is the same as 10^10^100, or 10^10^10^10. In other words, you perform exponentiation 4 times. This is can be expressed as 10^^4. 10^^100, written out as exponentiation, would look like the multiplication block above, replacing * with ^. Similarly, 10^^^100 would be 10^^10 repeated 100 times, and 10^^^^100 would be 10^^^10 repeated 100 times.
What happens when you have too many ^s to easily work with? You use chained arrow notation. 10->100->100 is the same as 10, then 100 ^s, then 100. So if you took the multiplication block above and replaced each * with 100 ^s, you would have some inkling of how big this number is. If I tried to write that out as 10 * 10 * 10 etc. it would break the SDMB and I would die of old age long before I made the barest dent in the task.
You can chain more arrows together for even more unfathomably large numbers, but that’s beyond my comprehension to work with.