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.

A087982 Maximal permanent of a nonsingular n X n (+1,-1)-matrix.

Original entry on oeis.org

1, 0, 2, 8, 24, 128
Offset: 1

Views

Author

N. J. A. Sloane, Oct 28 2003

Keywords

Comments

It is conjectured by Kraeuter and Seifter that for n >= 5 the maximal permanent of a nonsingular n X n (+1,-1)-matrix is attained by a matrix with exactly n-1 -1's on the diagonal (compare A087981).
This has been proved by Budrevich and Guterman. - Sergei Shteiner, Jan 21 2020
The maximal possible value for the permanent of a singular n X n (+1,-1)-matrix is obviously n!.

Examples

			a(4) = 8 from the following matrix:
-1 +1 +1 +1
+1 +1 +1 +1
+1 -1 +1 -1
-1 +1 +1 -1
		

Crossrefs

For n != 4 this is given by A087981. Cf. A087983.

Formula

a(n) = A087981(n-1) for n >= 5. - Sergei Shteiner, Jan 20 2020

Extensions

a(4) = 8 from W. Edwin Clark and Wouter Meeussen, a(5) = 24 and a(6) = 128 from Jaap Spies, Oct 29 2003