From Citizendium - Reading time: 2 min
In computability theory, the Ackermann function or Ackermann-Péter function is a simple example of a computable function that is not primitive recursive. The set of primitive recursive functions is a subset of the set of general recursive functions. Ackermann's function is an example that shows that the former is a strict subset of the latter. [1].
The Ackermann function is defined recursively for non-negative integers m and n as follows::
Its value grows rapidly; even for small inputs, for example A(4,2) contains 19,729 decimal digits [2].
The lowest Ackermann functions allow the extension to the complex values of the second argument. In particular,
The 3th Ackermann function is related to the exponential on base 2 through
The 4th Ackermann function is related to tetration on base 2 through
which allows its holomorphic extension for the complex values of the second argument. [3]
For no holomorphic extension of to complex values of is yet reported.