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.

A364203 Triangle read by rows: T(n, k) is the number of n X n matrices of rank k using all the integers from 1 to n^2.

Original entry on oeis.org

1, 0, 24, 0, 2736, 360144
Offset: 1

Views

Author

Stefano Spezia, Jul 13 2023

Keywords

Examples

			The triangle begins:
  1;
  0,   24;
  0, 2736, 360144;
  ...
		

Crossrefs

Cf. A085000 (maximal determinant), A088020 (row sums), A350565 (minimal permanent), A350566 (maximal permanent), A364206 (right diagonal).
Cf. A364226 (with prime numbers).