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.

A207993 Number of n X n 0..2 arrays with new values 0..2 introduced in row major order and no element equal to any horizontal or vertical neighbor (colorings ignoring permutations of colors).

Original entry on oeis.org

1, 3, 41, 1302, 96831, 16932816, 6978332618, 6787438272198, 15595829208171337, 84713253582265127190, 1088296274542436098185362, 33079232010276428576508643620, 2379573338713223879592059518246838
Offset: 1

Views

Author

R. H. Hardin, Feb 22 2012

Keywords

Comments

Diagonal of A207997.

Examples

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

Programs