Ackermann function, defined recursively by A(0,n) = n+1, A(m+1,0) = A(m,1), A(m+1,n+1) = A(m,A(m+1,n)) for any nonnegative integers n, m. Table read by antidiagonals, the second term being A(0,1).
A143796
Ackermann function, defined recursively by A(0,n) = n+1, A(m+1,0) = A(m,1), A(m+1,n+1) = A(m,A(m+1,n)) for any nonnegative integers n, m. Table read by antidiagonals, the second term being A(0,1).
Terms
- a(0) =1a(1) =2a(2) =2a(3) =3a(4) =3a(5) =3a(6) =4a(7) =4a(8) =5a(9) =5a(10) =5a(11) =5a(12) =7a(13) =13a(14) =13a(15) =6a(16) =6a(17) =9a(18) =29a(19) =65533a(20) =65533a(21) =7a(22) =7a(23) =11a(24) =61
External references
- oeis: A143796