login
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.
2
1, 0, 24, 0, 216, 362664
OFFSET
1,3
EXAMPLE
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]).
Sequence in context: A242837 A353324 A194894 * A128379 A111983 A326857
KEYWORD
nonn,hard,more,tabl
AUTHOR
Stefano Spezia, Jul 15 2023
STATUS
approved