login
Triangle, read by rows, of permutations of length n with k white global corners.
1

%I #12 Nov 28 2018 12:22:23

%S 1,1,1,1,4,1,1,12,10,1,1,35,63,20,1,1,111,348,224,35,1,1,405,1920,

%T 2027,630,56,1,1,1733,11247,17142,8600,1512,84,1,1,8666,71861,145375,

%U 104175,29447,3234,120,1

%N Triangle, read by rows, of permutations of length n with k white global corners.

%C Definition of white corners (as used in the Eriksson/Linusson reference):

%C In the representation of a permutation p as a n*n square array with n black cells at positions (i,p(i)), color in gray all cells in the row segment from each black cell to the right (east) border and in the column segment from each black cell to the bottom (south) border. Among the remaining white cells, the white corners are those without east or south white (immediate) neighbors.

%C In this modified sequence (not present in the Eriksson/Linusson reference), white global corners are without east or south white neighbors in the east row segment and the south column segment joining the border. This ensures that there can be at most only one white global corner for a given row or a given column. The table is triangular.

%C Equivalent definitions can use different borders and orientations.

%C Sum of entries in row n is n! (A000142).

%H K. Eriksson and S. Linusson, <a href="http://www.combinatorics.org/ojs/index.php/eljc/article/view/v2i1r6">The size of Fulton's essential set</a>, Electronic J. Combinatorics, Vol. 2, #R6, 1995.

%e Table begins:

%e 1;

%e 1, 1;

%e 1, 4, 1;

%e 1, 12, 10, 1;

%e 1, 35, 63, 20, 1;

%e 1, 111, 348, 224, 35, 1;

%e 1, 405, 1920, 2027, 630, 56, 1;

%e 1, 1733, 11247, 17142, 8600, 1512, 84, 1;

%e 1, 8666, 71861, 145375, 104175, 29447, 3234, 120, 1;

%e ...

%Y Cf. A140711 (permutations by white "local" corners).

%K nonn,tabl,more

%O 1,5

%A _Olivier GĂ©rard_, Oct 30 2012