阿克曼函数(Ackermann function)是由德国数学家威廉·阿克曼(Wilhelm Ackermann)创造的非原始递归函数。
A(m,n)={n+1,m=0A(m−1,1),m>0 and n=0A(m−1,A(m,n−1)),m>0 and n>0