Derangements by eban

seq 2e5 1e6|grep -Pv '[0789]|(.).*\1|^1|^.2|^..3|4..$|5.$|6$'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page