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.

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

Original entry on oeis.org

1, 4, 1835, 53082012, 30525244435834, 310387893630465965693, 55676868201599759013090066735
Offset: 1

Views

Author

R. H. Hardin Nov 01 2011

Keywords

Comments

Diagonal of A198982

Examples

			Some solutions with all values from 0 to 5 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..3..0....1..0..2..0....1..2..3..0....1..0..2..0....1..0..2..0
..4..3..2..3....0..3..4..3....4..3..2..5....0..2..1..3....3..4..5..2
..2..1..5..2....5..2..1..2....1..4..1..4....4..3..5..0....4..2..3..5
		

Programs