read `Noga12.txt`: gu:=SeqF(q,25): print(`The Weight Enumerators of Spearman's Footrule over permutations on {1,...,n} for n from 1 to`, nops(gu) ): print(``): print(`By Shalosh B. Ekhad `): print(``): print(` Let S[n](q) be the polynomial in q whose coefficient of q^i (for each i) is the exact number of permutations of {1,...,n}, whose Spearman's footrule equals i`): print(``): print(`We have the following (in Maple notation)`): print(``): for n from 1 to nops(gu) do print(S[n](q), `equals `): print(``): lprint(gu[n]): print(``): od: print(``): print(`-------------------------`): print(``): print(`This took`, time (), `seconds. `): quit: