A268423 T(n,k)=Number of nXk 0..3 arrays with every repeated value in every row unequal to the previous repeated value, and in every column equal to the previous repeated value, and new values introduced in row-major sequential order.
1, 2, 2, 4, 15, 5, 12, 159, 187, 14, 39, 2191, 9054, 2530, 44, 138, 30295, 494098, 467899, 34195, 147, 499, 421471, 25770278, 92967597, 22309009, 448667, 505, 1830, 5797959, 1339895662, 17282463434, 15615613747, 999810316, 5720450, 1750, 6723, 79367143
Offset: 1
Examples
Some solutions for n=3 k=4 ..0..0..1..2....0..0..1..0....0..0..1..1....0..0..1..0....0..0..1..1 ..1..1..3..1....1..0..2..1....2..2..3..2....2..2..1..3....2..2..0..2 ..1..3..1..1....0..3..0..1....3..2..1..1....0..0..3..1....3..0..2..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..60
Comments