Operation count to create all permutations of n distinct elements using the "streamlined" version of Algorithm L (lexicographic permutation generation) from Knuth's The Art of Computer Programming, Vol. 4, chapter 7.2.1.2. Sequence gives number of times the search for an element exchangeable with a_j has to be started.
A079752
Operation count to create all permutations of n distinct elements using the "streamlined" version of Algorithm L (lexicographic permutation generation) from Knuth's The Art of Computer Programming, Vol. 4, chapter 7.2.1.2. Sequence gives number of times the search for an element exchangeable with a_j has to be started.
Terms
- a(0) =0a(1) =2a(2) =13a(3) =82a(4) =579a(5) =4638a(6) =41749a(7) =417498a(8) =4592487a(9) =55109854a(10) =716428113a(11) =10029993594a(12) =150449903923
External references
- oeis: A079752