A214384 T(n,k)=Number of nXnXn triangular 0..k arrays with no element lying outside the (possibly reversed) range delimited by its sw and se neighbors, and no element equal to its horizontal neighbors.
2, 3, 4, 4, 14, 8, 5, 32, 94, 16, 6, 60, 456, 890, 32, 7, 100, 1506, 11048, 11700, 64, 8, 154, 3976, 74260, 445024, 211760, 128, 9, 224, 9044, 350232, 6981540, 29456216, 5247716, 256, 10, 312, 18480, 1305392, 65905056, 1232720402, 3183854216, 177440488, 512
Offset: 1
Examples
Some solutions for n=3 k=3 ....1......1......1......3......1......3......1......1......2......1......3 ...2.1....1.2....1.2....3.1....1.2....1.3....2.0....1.0....1.3....1.0....3.1 ..0.2.0..1.3.1..0.2.1..2.3.0..1.2.3..2.1.3..3.0.3..1.2.0..2.1.3..0.1.0..3.0.2
Links
- R. H. Hardin, Table of n, a(n) for n = 1..98
Crossrefs
Row 2 is A159920(n+1)
Formula
Empirical: rows n=1..5 are polynomials of degree n(n+1)/2 in k
Comments