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.

A364226 Triangle read by rows: T(n, k) is the number of n X n matrices of rank k using all the first n^2 prime numbers.

Original entry on oeis.org

1, 0, 24, 0, 216, 362664
Offset: 1

Views

Author

Stefano Spezia, Jul 15 2023

Keywords

Examples

			The triangle begins:
  1;
  0,  24;
  0, 216, 362664;
  ...
		

Crossrefs

Cf. A180128 (maximal determinant), A088020 (row sums), A350858 (minimal permanent), A350859 (maximal permanent), A364227 (right diagonal).
Cf. A364203 (with the integers in [n^2]).