cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A126333 Ackermann's function A(n,0).

Original entry on oeis.org

1, 2, 3, 5, 13, 65533
Offset: 0

Views

Author

Philippe LALLOUET (philip.lallouet(AT)wanadoo.fr), Mar 10 2007

Keywords

Crossrefs

Formula

A(0,n)=1+n, A(m+1,0)=A(m,1), A(m+1;n+1)=A(m,A(m+1,n)).