just the Ackermann function defined as A(0,n)=n+1 A(m,n)=A(m-1,1) if m>0 and n=0 A(m,n)=A(m-1,A(m,n-1)) if you want to use credit as stealing is not good