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.

A227381 Number of n X n 0,1 arrays indicating 2X2 subblocks of some larger (n+1)X(n+1) binary array having a sum of one, with rows and columns of the latter in lexicographically nondecreasing order.

Original entry on oeis.org

2, 7, 54, 1104, 61127, 8988949, 3657501287
Offset: 1

Views

Author

R. H. Hardin Jul 09 2013

Keywords

Comments

Diagonal of A227385

Examples

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