A213800 T(n,k)=Number of n X n 0..k symmetric arrays with every row summing to floor(n*k/2).
1, 1, 2, 1, 3, 4, 1, 4, 13, 18, 1, 5, 29, 169, 112, 1, 6, 57, 880, 5673, 1760, 1, 7, 96, 3249, 87932, 526443, 35150, 1, 8, 153, 9522, 815263, 34725760, 133721189, 1944530, 1, 9, 226, 23753, 4843626, 932587453, 46259653191, 95133854529, 133948836, 1, 10, 323
Offset: 1
Examples
Some solutions for n=4 k=3 ..1..1..1..3....1..3..2..0....1..3..0..2....0..1..2..3....2..1..2..1 ..1..2..3..0....3..1..0..2....3..3..0..0....1..3..2..0....1..0..2..3 ..1..3..0..2....2..0..1..3....0..0..3..3....2..2..1..1....2..2..0..2 ..3..0..2..1....0..2..3..1....2..0..3..1....3..0..1..2....1..3..2..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..62
Comments