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.

A227258 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 two or less, with rows and columns of the latter in lexicographically nondecreasing order.

Original entry on oeis.org

2, 9, 98, 2201, 112349, 13855163, 4307345460
Offset: 1

Views

Author

R. H. Hardin Jul 04 2013

Keywords

Comments

Diagonal of A227263

Examples

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