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.

A266125 Number of n X n integer arrays with each element equal to the number of horizontal, diagonal and antidiagonal neighbors exactly one smaller than itself.

Original entry on oeis.org

1, 9, 77, 572, 62104, 13689944, 10444421518
Offset: 1

Views

Author

R. H. Hardin, Dec 21 2015

Keywords

Comments

Diagonal of A266131.

Examples

			Some solutions for n=4
..0..0..0..0....2..1..1..0....1..1..0..0....1..1..0..0....1..0..1..2
..0..0..0..0....2..1..0..2....1..0..2..0....1..0..2..0....1..1..1..2
..0..0..2..1....1..0..1..1....1..1..0..0....0..1..2..3....1..1..0..1
..1..1..2..0....0..1..1..2....2..1..1..1....2..1..2..0....1..0..2..0
		

Crossrefs

Cf. A266131.