324965
domain: N
Appears in sequences
- Triangle read by rows: T(n,k) is the number of permutations of [n] having k adjacent transpositions (0 <= k <= floor(n/2)). An adjacent transposition is a cycle of the form (i, i+1).at n=25A177248
- Triangle read by rows: T(n,k) is the number of permutations of [n] having k adjacent transpositions (0 <= k <= floor(n/2)). An adjacent transposition is a cycle of the form (i, i+1).at n=31A177248
- Number of permutations of [n] having no adjacent transpositions, that is, no cycles of the form (i, i+1).at n=9A177249
- Number of permutations of [n] having exactly one adjacent 2-cycle.at n=10A370524
- Triangle read by rows: T(n,k) = number of permutations of [n] having exactly one adjacent k-cycle. (n>=1, 1<=k<=n).at n=46A370527