The 6 permutations p of [3]: 123, 132, 213, 231, 312, 321 have (signed) displacement sets {p(i)-i, i=1..3}: {0}, {-1,0,1}, {-1,0,1}, {-2,1}, {-1,2}, {-2,0,2}, respectively. Numbers -2 and 2 occur twice, -1 and 1 occur thrice, and 0 occurs four times. So row n=3 is [2, 3, 4, 3, 2].
Triangle T(n,k) begins:
: 1 ;
: 1, 1, 1 ;
: 2, 3, 4, 3, 2 ;
: 6, 10, 13, 15, 13, 10, 6 ;
: 24, 42, 56, 67, 76, 67, 56, 42, 24 ;
: 120, 216, 294, 358, 411, 455, 411, 358, 294, 216, 120 ;