A215292 T(n,k)=Number of permutations of 0..floor((n*k-1)/2) on even squares of an nXk array such that each row and column of even squares is increasing.
1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 6, 10, 6, 1, 1, 10, 30, 30, 10, 1, 1, 20, 140, 280, 140, 20, 1, 1, 35, 420, 2100, 2100, 420, 35, 1, 1, 70, 2310, 23100, 60060, 23100, 2310, 70, 1, 1, 126, 6930, 210210, 1051050, 1051050, 210210, 6930, 126, 1, 1, 252, 42042, 2522520
Offset: 1
Examples
Some solutions for n=5 k=4 ..1..x..2..x....0..x..6..x....1..x..6..x....1..x..4..x....0..x..6..x ..x..0..x..4....x..3..x..4....x..0..x..3....x..0..x..3....x..1..x..2 ..3..x..8..x....1..x..7..x....4..x..7..x....2..x..7..x....4..x..7..x ..x..6..x..7....x..5..x..8....x..2..x..8....x..5..x..6....x..3..x..9 ..5..x..9..x....2..x..9..x....5..x..9..x....8..x..9..x....5..x..8..x
Links
- R. H. Hardin, Table of n, a(n) for n = 1..1000
Crossrefs
Column 2 is A001405
Comments