A278807 T(n,k)=Number of nXk 0..2 arrays with rows in nondecreasing lexicographic order and columns in nonincreasing lexicographic order.
3, 6, 6, 10, 22, 10, 15, 63, 63, 15, 21, 154, 322, 154, 21, 28, 336, 1439, 1439, 336, 28, 36, 672, 5767, 12958, 5767, 672, 36, 45, 1254, 20972, 110455, 110455, 20972, 1254, 45, 55, 2211, 69834, 870473, 2179956, 870473, 69834, 2211, 55, 66, 3718, 214774, 6275546
Offset: 1
Examples
Some solutions for n=4 k=4 ..1..0..0..0. .1..0..0..0. .1..1..1..0. .1..1..0..0. .1..1..0..0 ..1..1..1..0. .1..1..1..0. .2..0..0..2. .2..1..2..2. .2..1..2..2 ..1..2..1..0. .1..2..0..1. .2..1..0..0. .2..2..1..1. .2..2..1..0 ..2..0..1..2. .1..2..0..1. .2..1..0..2. .2..2..2..2. .2..2..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..127
Formula
Empirical for column k:
k=1: a(n) = (1/2)*n^2 + (3/2)*n + 1
k=2: [polynomial of degree 6]
k=3: [polynomial of degree 16]
k=4: [polynomial of degree 44]
Comments