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.

A228476 Number of n X n binary arrays with top left value 1 and no two ones adjacent horizontally, vertically or antidiagonally.

Original entry on oeis.org

1, 2, 14, 172, 4354, 211588, 20185842, 3737615288, 1349721589622, 948593164919044, 1298594593323021084, 3461591189556243601228, 17969903126848842785918376, 181660279488635404176787338286
Offset: 1

Views

Author

R. H. Hardin Aug 22 2013

Keywords

Comments

Diagonal of A228482

Examples

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