A097635 Triangle read by rows: T(n,k) = number of unique-valued sequences of length k, n >= 1, 1 <= k <= 2n-3, in the symmetric group S_n.
1, 2, 6, 18, 12, 24, 456, 5664, 20640, 576, 120, 13560, 1395840
Offset: 1
Examples
Triangle begins: 1 2 6 18 12 24 456 5664 20640 576 120 13560 1395840 ?
Formula
a(n*(n-1)/2) = n!.
Extensions
Entry revised Dec 31 2005
Comments