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.

A202653 Number of 4 X 4 0..n arrays with no row or column sum equal to the previous one.

Original entry on oeis.org

10016, 14394092, 1960824272, 82673548892, 1704690798544, 21663154469016, 194018658663536
Offset: 1

Views

Author

R. H. Hardin, Dec 22 2011

Keywords

Examples

			Some solutions for n=1:
  1 1 1 1     1 1 1 1     1 0 0 0     0 1 0 0     0 0 1 0
  1 0 1 1     1 0 0 0     0 0 0 0     0 0 0 0     1 0 0 1
  1 0 0 1     1 0 1 0     1 1 1 1     1 1 0 0     0 0 0 0
  0 0 0 1     1 1 1 1     1 1 0 1     0 0 1 0     1 0 0 1
		

Crossrefs

Row 4 of A202651.