iterated power

(idea) by anomie (6.5 y) Wed Jun 21 2000 at 22:23:10
The iterated power function is the function such that:
  • n ^^ 0 = 1
  • n ^^ m = n**(n^^(m-1))
For example, 2^^1 = 2, 2^^2 = 2**2 = 4, 2^^3 = 2**(2**2) = 16, 2^^4 = 2**(2**(2**2)) = 65536, and so on.

The ^^ notation is due to Donald Knuth: a^n is the normal power (exponentiation) operation, so a^^n is the iterated power.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.