A278727 T(n,k)=Number of nXk 0..3 arrays with rows in nondecreasing lexicographic order and columns in nonincreasing lexicographic order.
4, 10, 10, 20, 60, 20, 35, 275, 275, 35, 56, 1050, 3232, 1050, 56, 84, 3492, 33466, 33466, 3492, 84, 120, 10401, 306070, 1058494, 306070, 10401, 120, 165, 28288, 2487889, 30942600, 30942600, 2487889, 28288, 165, 220, 71266, 18151220, 815294800
Offset: 1
Examples
Some solutions for n=3 k=4 ..1..1..1..0. .2..2..0..0. .2..1..1..0. .3..1..1..0. .2..1..1..0 ..2..1..1..1. .3..0..3..0. .2..1..1..2. .3..2..2..2. .2..2..1..0 ..3..2..1..1. .3..1..3..2. .2..2..0..1. .3..3..2..3. .3..1..3..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..111
Formula
Empirical for column k:
k=1: a(n) = (1/6)*n^3 + 1*n^2 + (11/6)*n + 1
k=2: [polynomial of degree 12]
k=3: [polynomial of degree 45]
Comments