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.

A094813 a(n) = number of (0,1) matrices of size n X n whose determinants are k, where -L <= k <= +L and L = A003432(n).

Original entry on oeis.org

1, 13, 10, 33, 84, 338, 84, 360, 1200, 10020, 42976, 10020, 12003600, 42795, 145485, 1206772, 4848581, 21059938, 4848585, 1206796, 145473, 42807, 3600
Offset: 1

Views

Author

Patricia J. Egan (capdevcom(AT)lycos.com), Jun 11 2004

Keywords

Examples

			n = 2 : det([a b];[c d]) is (ad - bc) [16 possible matrices]
0 if ((a OR d) = zero) AND ((b OR c) = zero)
OR ((a AND d) = one) AND ((b AND D) = one) [10 possible matrices]
+1 if ((a AND d) = one) AND ((b OR c) = zero) [ 3 possible matrices]
-1 if ((a OR d) = zero) AND ((b AND c) = one) [ 3 possible matrices]
		

Crossrefs