login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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