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.

A206980 Number of n X n 0..1 arrays avoiding the patterns 0 1 0 or 1 0 1 in any row, column, diagonal or antidiagonal.

Original entry on oeis.org

2, 16, 58, 556, 7500, 119224, 2926752, 111202694, 5582239354, 398193149976, 43178426815216, 6623459579619334, 1414003622686654366, 443957184641073369216
Offset: 1

Views

Author

R. H. Hardin Feb 14 2012

Keywords

Comments

Diagonal of A206987

Examples

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