Irregular triangle read by rows: T(n,k) is the number of n-permutations whose third-shortest cycle has length exactly k; n >= 0, 0 <= k <= max(0,n-2).
A350016
Irregular triangle read by rows: T(n,k) is the number of n-permutations whose third-shortest cycle has length exactly k; n >= 0, 0 <= k <= max(0,n-2).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =5a(4) =1a(5) =17a(6) =1a(7) =6a(8) =74a(9) =11a(10) =15a(11) =20a(12) =394a(13) =56a(14) =60a(15) =120a(16) =90a(17) =2484a(18) =407a(19) =525a(20) =490a(21) =630a(22) =504a(23) =18108a(24) =3235a(25) =4725a(26) =2240a(27) =4620a(28) =4032a(29) =3360
External references
- oeis: A350016