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.

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

Original entry on oeis.org

1, 4, 401, 250031, 851787199, 15835552812749, 1606578861528554441, 889483369334451647489771, 2687450673445984030296455830409
Offset: 1

Views

Author

R. H. Hardin Oct 29 2011

Keywords

Comments

Diagonal of A198715

Examples

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

Programs