read `Noga12Rho.txt`: gu:=Seq22rho(q): print(`The Weight Enumerators of Spearman's Rho 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 Rho (sum of the (pi[i]-i)^2 frm i=1 to n), 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: quit: