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.

A203356 Number of n X n binary arrays with every 1 immediately preceded by 0 to the left or above.

Original entry on oeis.org

1, 7, 102, 5677, 984703, 572818585, 1089970014327, 6842701992875869, 141313097261182627960, 9609805102278645983838526, 2151172274505675499995093835341, 1585313606427874519807992162372572320
Offset: 1

Views

Author

R. H. Hardin Dec 31 2011

Keywords

Comments

Diagonal of A203362

Examples

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