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.

A266422 Number of n X n binary arrays with rows and columns lexicographically nondecreasing and column sums nondecreasing.

Original entry on oeis.org

2, 7, 39, 404, 8764, 448649, 59155748, 21325003746, 21901867532457, 66087854484252677, 600640567173169508177
Offset: 1

Views

Author

R. H. Hardin, Dec 29 2015

Keywords

Comments

Diagonal of A266428.

Examples

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

Crossrefs

Cf. A266428.