Triangle read by rows: T(n,k) is the number of permutations of k elements from [1..n] in a circle with longest consecutive chain size less than 3, when 1 and n are considered to be consecutive, and rotations are considered to be distinct.
A340108
Triangle read by rows: T(n,k) is the number of permutations of k elements from [1..n] in a circle with longest consecutive chain size less than 3, when 1 and n are considered to be consecutive, and rotations are considered to be distinct.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =1a(4) =2a(5) =2a(6) =1a(7) =3a(8) =6a(9) =0a(10) =1a(11) =4a(12) =12a(13) =0a(14) =16a(15) =1a(16) =5a(17) =20a(18) =30a(19) =80a(20) =60a(21) =1a(22) =6a(23) =30a(24) =84a(25) =264a(26) =480a(27) =456a(28) =1a(29) =7
External references
- oeis: A340108