117696
domain: N
Appears in sequences
- Triangle of numbers a(n,k) = number of terms in n X n determinant with 2 adjacent diagonals of k and k-1 0's (0<=k<=n).at n=50A047922
- Triangle read by rows: T(n,k) is the number of permutations of [n] having k adjacent cycles (0 <= k <= n). An adjacent cycle is a cycle of the form (i, i+1, i+2, ...) (including 1-element cycles).at n=45A184184
- Number of permutations of {1,2,...,n} having no cycles of the form (i, i+1, i+2, ..., i+j-1) (j >= 1).at n=9A184185
- Triangle read by rows: T(n, k) = n! * 3^k * hypergeom([-k], [-n], -1/3).at n=31A375446