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.

A181344 Number of n X n matrices over {0,1} with rows and columns summing to 3, rows and columns sorted (>=) by value.

Original entry on oeis.org

0, 0, 1, 1, 5, 25, 161, 1112, 8787, 76156, 728699, 7609065, 86162795, 1050755884, 13728407061, 191309852944
Offset: 1

Views

Author

Michael Steyer (m.steyer(AT)osram.de), Oct 14 2010

Keywords

Examples

			n=4: {1110,1101,1011,0111} is the only matrix where each row (column) - read as a binary number - is equal to or larger than the previous one, so a(4)=1.
		

Crossrefs

Extensions

a(10)-a(16) from Bert Dobbelaere, Feb 23 2020