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.

User: Jonathan Noel

Jonathan Noel's wiki page.

Jonathan Noel has authored 1 sequences.

A320212 Number of binary n X n X n permutation arrays (all projections onto 2-dimensional faces yield the all-ones matrix) which yield the all-ones array when repeatedly changing a 0 with three 1 neighbors to 1.

Original entry on oeis.org

1, 2, 12, 256, 26888, 148958
Offset: 1

Author

Jonathan Noel, Oct 07 2018

Keywords

Comments

This can be phrased as the number of n X n X n permutation arrays which percolate with respect to the 3-neighbor bootstrap percolation rule in the n X n X n grid. C.f. Balogh, Bollobás and Morris (2009).
The analogous sequence for n X n permutation arrays with respect to 2-neighbor bootstrap percolation is enumerated by the Large Schröder numbers A006318. See Shapiro and Stephens (1991).

Examples

			One example of such an array is the n X n X n array in which the (i,j,k) entry is 1 if i+j+k is 0 mod n. For n=2 and n=3, the arrays counted by a(n) are precisely the (n-1)!n! arrays that are obtained from this example by permuting rows and columns. For larger n, more complicated examples exist.
		

Crossrefs