login
A058390
Number of 4 X 4 matrices with nonnegative integer entries and all row sums equal to n, up to row and column permutation.
7
1, 5, 53, 458, 3411, 19865, 95214, 383714, 1346183, 4202086, 11905966, 31061806, 75533056, 172800689, 374861365, 775978710, 1541027694, 2949003213, 5458806804, 9805626744, 17140511056
OFFSET
0,2
MATHEMATICA
(* See A318951 for RowSumMats *)
a[n_] := RowSumMats[4, 4, n];
a /@ Range[0, 20] (* Jean-François Alcover, Sep 15 2019, after Andrew Howroyd *)
PROG
(PARI) \\ See A318951 for RowSumMats
a(n)=RowSumMats(4, 4, n); \\ Andrew Howroyd, Sep 05 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Nov 24 2000
STATUS
approved