A323349 Number of positive integer matrices with entries summing to n, with equal row-sums and equal column-sums.
1, 1, 3, 3, 6, 3, 11, 3, 12, 6, 13, 3, 52, 3, 15, 30, 57, 3, 156, 3, 238, 129, 19, 3, 2221, 6, 21, 415, 3114, 3, 14921, 3, 12853, 1044, 25, 6219, 164743, 3, 27, 2220, 851476, 3, 954088, 3, 434106, 3326714, 31, 3, 24648724, 6, 22309800, 7269, 2737618, 3, 69823653
Offset: 0
Keywords
Examples
The a(6) = 11 matrices: [6] [3 3] [2 2 2] [1 1 1 1 1 1] . [3] [1 2] [2 1] [1 1 1] [3] [2 1] [1 2] [1 1 1] . [2] [1 1] [2] [1 1] [2] [1 1] . [1] [1] [1] [1] [1] [1]
Links
- Chai Wah Wu, Table of n, a(n) for n = 0..59
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Join@@Table[Partition[cmp,d],{cmp,Join@@Permutations/@IntegerPartitions[n]},{d,Divisors[Length[cmp]]}],And[SameQ@@Total/@#,SameQ@@Total/@Transpose[#]]&]],{n,10}]
Formula
a(p) = 3 and a(p^2) = 6 for p prime (see comment). - Chai Wah Wu, Jan 13 2019
Extensions
a(21)-a(31) from Chai Wah Wu, Jan 13 2019
a(32)-a(53) from Chai Wah Wu, Jan 14 2019
a(54) from Chai Wah Wu, Jan 16 2019
Comments