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.

A198899 Number of n X n 0..4 arrays with values 0..4 introduced in row major order and no element equal to any horizontal or vertical neighbor.

Original entry on oeis.org

1, 4, 1211, 6907736, 423503301834, 274342896958292170, 1877611081501313948217870, 135766460737448561825230968357842
Offset: 1

Views

Author

R. H. Hardin Oct 31 2011

Keywords

Comments

Diagonal of A198906

Examples

			Some solutions with values 0 to 4 for n=4
..0..1..0..1....0..1..0..1....0..1..0..1....0..1..0..1....0..1..0..1
..1..2..1..0....1..2..1..2....1..2..1..2....1..0..2..0....1..0..1..0
..0..1..3..4....2..3..0..1....3..0..2..0....3..4..0..3....2..1..0..3
..3..2..0..3....4..1..2..4....4..3..1..3....2..1..2..4....1..4..1..2
		

Programs