A267974 T(n,k)=Number of nXk 0..3 arrays with every repeated value in every row greater than or equal to, and in every column greater than, the previous repeated value.
4, 16, 16, 64, 256, 60, 250, 4096, 3600, 222, 964, 62500, 216000, 49284, 804, 3674, 929296, 12067722, 10941048, 646416, 2872, 13868, 13498276, 648144348, 2208460532, 519718464, 8248384, 10132, 51917, 192321424, 33600202086
Offset: 1
Examples
Some solutions for n=2 k=4 ..2..3..1..0....1..3..0..0....0..0..2..0....3..0..2..2....1..0..3..2 ..3..0..3..2....3..0..3..0....2..2..2..0....2..1..2..0....0..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..60
Formula
Empirical for column k:
k=1: [linear recurrence of order 8]
k=2: [order 21]
k=3: [order 40]
Empirical for row n:
n=1: [linear recurrence of order 8]
n=2: [order 21]
Comments