A246292 Number of permutations on [n*(n+1)/2] with cycles of n distinct lengths.
1, 1, 3, 120, 151200, 10897286400, 70959641905152000, 60493719168990845337600000, 9226024969987629401488081551360000000, 329646772667218349211759153151614073700352000000000, 3498788402132461399351052923160966975192989707740695756800000000000
Offset: 0
Keywords
Links
- Alois P. Heinz, Table of n, a(n) for n = 0..30
Programs
-
Maple
a:= n-> binomial(n+1, 2)!/n!: seq(a(n), n=0..12);