Also known as the iterated logarithm, log* is the perfect example of a slowly-growing function. The log* of any sane number will be less than 5. If you write an algorithm that runs in O(log*n) time, you're doing pretty well.

For extra credit, compute the log* of Graham's Number.