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.

A358486 a(n) is the minimal permanent of an n X n matrix using the integers 0 to n^2 - 1.

Original entry on oeis.org

1, 0, 2, 128, 18948, 40179728, 2863042492
Offset: 0

Views

Author

Stefano Spezia, Nov 18 2022

Keywords

Examples

			a(3) = 128:
     [0, 1, 2;
      4, 6, 8;
      3, 5, 7]
		

Crossrefs

Cf. A350565 (integers 1 to n^2), A358487 (maximal).

Extensions

a(4)-a(6) from Hugo Pfoertner, Nov 19 2022