Triangle read by rows: T(n,k) is the number of permutations pi of [n] such that pi has k+1 valleys and s(pi) avoids the patterns 132 and 321, where s is West's stack-sorting map (0 <= k <= floor((n-1)/2)).
A319030
Triangle read by rows: T(n,k) is the number of permutations pi of [n] such that pi has k+1 valleys and s(pi) avoids the patterns 132 and 321, where s is West's stack-sorting map (0 <= k <= floor((n-1)/2)).
Terms
- a(0) =1a(1) =2a(2) =4a(3) =2a(4) =8a(5) =14a(6) =16a(7) =64a(8) =8a(9) =32a(10) =240a(11) =92a(12) =64a(13) =800a(14) =624a(15) =34a(16) =128a(17) =2464a(18) =3248a(19) =534a(20) =256a(21) =7168a(22) =14336a(23) =4736a(24) =144a(25) =512a(26) =19968a(27) =56448a(28) =31200a(29) =2852
External references
- oeis: A319030