OFFSET
1,8
COMMENTS
This is the number of permutations in S_{k*n} that consist of k disjoint n-cycles.
EXAMPLE
The table begins:
n\k| 0 1 2 3 4 5
---+-----------------------------------------------------------
1 | 1 1 1 1 1 1
2 | 1 1 3 15 105 945
3 | 1 2 40 2240 246400 44844800
4 | 1 6 1260 1247400 3405402000 19799007228000
5 | 1 24 72576 1743565824 162193467211776 41363226782215962624
For example T(2,5) = (2*5)!/(2^5*5!) = 10!/(32*5!) = 945.
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Peter Kagey, Nov 02 2024
STATUS
approved