Have any minimal values been found to date that do visit a permutation more than once? For example, I checked all of the 872 files in the superpermutations/6/872 folder without finding one.
As a side note, it was interesting to look at some bulk stats by processing splitsuperperm.py output for each. For example, across the 1685 values, every one consisted of 145 clusters of valid permutation values and exactly 147 waste values, i.e. only two back-to-back invalid value instances. Each of the valid value clusters contained 2, 3, 4 or 6 permutation values but never 1 or 5. The median occurrence of those four counts were 17, 16, 16 & 95, respectively; however, each could be as low as 13, 8, 11 & 95 or as high as 23, 24, 21 & 98, though obviously not all at the same time. I don't think this is significant and may simply hint at the algorithm used to create the 872 files; however, plotting the count of values vs. position in the superperm string produced a graph not unlike something you might see in gnu radio. Here's an example
File |
1 |
2 |
3 |
4 |
5 |
6 |
valid_count |
1 |
2 |
3 |
4 |
1/872.158da2f.txt |
0 |
19 |
12 |
19 |
0 |
95 |
145 |
6 |
6 |
6 |
6 |
1/872.424e8a1.txt |
0 |
19 |
12 |
19 |
0 |
95 |
145 |
6 |
6 |
6 |
4 |
1/872.5e9adb3.txt |
0 |
19 |
12 |
19 |
0 |
95 |
145 |
6 |
6 |
6 |
6 |
1/872.d006594.txt |
0 |
19 |
12 |
19 |
0 |
95 |
145 |
6 |
6 |
6 |
6 |
872.0053cad.txt |
0 |
18 |
14 |
18 |
0 |
95 |
145 |
2 |
2 |
6 |
6 |
872.008c387.txt |
0 |
20 |
10 |
20 |
0 |
95 |
145 |
6 |
6 |
6 |
6 |
| | | | | | | | | | | |
In case it pique's anyone interest, I've shared the excel file and the two rudimentary bash scripts used to create the data points. They may go on my GitHub repo for this stuff later, but I didn't want to include them there and they're being run out of a local copy of the superperm repo anyway.
| | | | |
| | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |