A229865 Number of n X n 0..1 arrays with corresponding row and column sums equal.
1, 2, 8, 80, 2432, 247552, 88060928, 112371410944, 523858015518720, 9041009511609073664, 583447777113052431515648, 141885584718620229407228821504, 130832005909904417592540055577034752, 459749137931232137234615429529864283095040, 6182706200522446492946534924719926752508110700544
Offset: 0
Keywords
Examples
Some solutions for n=4: 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 1 1 1 0 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 0 0 0 1 0 1 1 0 1 1 0 0 0 1 1 1 From _Gus Wiseman_, Jun 22 2019: (Start) The a(3) = 8 Eulerian digraph edge-sets: {} {11} {22} {11,22} {12,21} {11,12,21} {12,21,22} {11,12,21,22} (End)
Links
- Mohammad Behzad Kang and Andrew Salch, The mod p cohomology of the Morava stabilizer group at large primes, arXiv:2410.24171 [math.AT], 2024. See p. 46.
Crossrefs
Programs
-
Mathematica
Table[Length[Select[Subsets[Tuples[Range[n],2]],Sort[First/@#]==Sort[Last/@#]&]],{n,4}] (* Gus Wiseman, Jun 22 2019 *)
Formula
a(n) = 2^n * A007080(n). - Andrew Howroyd, Sep 11 2019
Extensions
a(0)=1 prepended by Alois P. Heinz, May 14 2019
Terms a(11) and beyond from Andrew Howroyd, Sep 11 2019
Comments