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.

A171882 Square array, read by antidiagonals, where T(n,k)=n^^k for n>=0, k>=0.

Original entry on oeis.org

1, 1, 0, 1, 1, 1, 1, 2, 1, 0, 1, 3, 4, 1, 1, 1, 4, 27, 16, 1, 0, 1, 5, 256, 7625597484987, 65536, 1, 1, 1, 6, 3125, 13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096
Offset: 0

Views

Author

Robert Munafo, Jan 21 2010

Keywords

Comments

n^^k defined the right-associative way: n^^2=n^n, n^^3=n^(n^n), n^^4=n^(n^(n^n)), etc.
n^^0=1 by convention, so that n^^(k+1) = n^(n^^k) for all k>=0.
More terms on Munafo website.

Examples

			Array begins:
1,0,1,0,1,0,1,...
1,1,1,1,1,1,1,...
1,2,4,16,65536,...
1,3,27,7625597484987,...
1,4,256,...
1,5,3125,...
1,6,46656,...
		

Crossrefs

Cf. A171881, A321312 (by downwards diagonals).
Rows n=0 to 4: A059841, A000012, A014221, A014222, A114561.
Columns k=0 to 3: A000012, A001477, A000312, A002488.
Main diagonal A004231 (Ackermann's sequence).