I believe the current state of the art is that for n<=5, the shortest superpermutations have been proved to be of length L(n), where:
L(n) = 1! + 2! + ... + n!
while for n>=6 this can be reduced by 1, by making use of the n=6 superpermutations of length 872 = L(6)-1 that Robin Houston discovered use TSP solvers.
If that’s correct, then I believe I now have a method for constructing substantially shorter superpermutations for n>=7. Two examples can be found at:
which are of length L(7)-4 and L(8)-27 respectively.
These superpermutations are “tight”: no two consecutive characters are ever wasted. They are constructed from Hamiltonian paths through the Cayley graph for S_n generated by the permutations {left rotation, transposition of first two elements followed by two left rotations}.
To find the Hamiltonian paths, I adapted the method used in:
"Hamiltonicity of the Cayley Digraph ... " by Aaron Williams
which worked with a different pair of generators of the symmetric group.
I don’t yet have a formula for the lengths of these superpermutations, but I will post that if I’m able to derive it.