%I #9 Aug 02 2023 14:41:30
%S 1,0,24,0,216,362664
%N 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.
%e The triangle begins:
%e 1;
%e 0, 24;
%e 0, 216, 362664;
%e ...
%Y Cf. A180128 (maximal determinant), A088020 (row sums), A350858 (minimal permanent), A350859 (maximal permanent), A364227 (right diagonal).
%Y Cf. A364203 (with the integers in [n^2]).
%K nonn,hard,more,tabl
%O 1,3
%A _Stefano Spezia_, Jul 15 2023