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.

A202751 Number of n X n nonnegative integer arrays with each row and column increasing from zero by 0 or 1.

Original entry on oeis.org

1, 2, 8, 62, 924, 26394, 1442764, 150786848, 30114993376, 11489639088218, 8372083277093216, 11649087077771471438, 30947648445392475219812, 156963868041535457457609234, 1519762800266538697863301357568
Offset: 1

Views

Author

R. H. Hardin, Dec 23 2011

Keywords

Examples

			Some solutions for n=5:
  0 0 0 0 0    0 0 0 0 0    0 0 0 0 0    0 0 0 0 0
  0 0 0 1 1    0 0 0 1 1    0 0 0 1 1    0 0 0 0 0
  0 0 0 1 1    0 0 1 1 2    0 0 1 1 1    0 0 0 1 1
  0 1 1 1 1    0 0 1 2 3    0 1 1 2 2    0 0 1 2 2
  0 1 2 2 2    0 1 2 3 4    0 1 2 2 3    0 1 1 2 3
		

Crossrefs

Diagonal of A202756.