A202651 Table read by downward antidiagonals: T(n,k) is the number of n X n 0..k arrays with no row or column sum equal to the previous one.
2, 3, 8, 4, 52, 126, 5, 184, 8460, 10016, 6, 480, 143028, 14394092, 3648810, 7, 1040, 1217196, 1960824272, 231197740500, 5616280768, 8, 1988, 6835050, 82673548892, 443471777729100
Offset: 1
Examples
Some solutions for n=3, k=3: 2 0 3 2 0 1 0 0 3 0 1 3 0 0 3 1 2 1 2 0 3 1 0 0 0 1 3 3 0 2 1 2 3 0 3 2 0 2 3 2 0 0 3 1 0 2 0 0 0 0 1 0 1 3 2 1 0 0 2 1 0 1 3
Comments