Description
The Ackermann function is important to theoretical CS folks and is a very classic function.
Sage can have this function defined.
Possible suggestions/features could look like:
-
There are many variants of the function but it seems pretty natural to include the two-argument Ackermann–Péter variant (this is also detailed in the wikipedia link).
-
Sage can include known values of the Ackermann function for (m,n) pairs eg: $Ackermann(4,2) = 2265536 − 3$ etc.
-
Its Taylor series expansion is also known. (I don't have a link for this. But I believe Wolfram Alpha displays it.)
Here is another link to some Ackermann function values:
CC: @slel
Component: coding theory
Keywords: special function, recursive function
Issue created by migration from https://trac.sagemath.org/ticket/25175