read `Armin.txt`: K:=21: print(` The list of the first`, K, `Straub polynomials `): print(``): print(`By Shalosh B. Ekhad `): print(``): print(`Let the k-th Straub polynomial`, S[k] (q), `be the generating function enumerating (2k+1,2k+3)-core partitions into distinct parts, according to size`): print(`i.e. the polynomial in q, whose coefficients of q^i is the number of (2k+1,2k+3) of size i`): print(`The list of the first`, K, `Straub polynomials, in Maple format is`): print(``): lprint([seq(ASpc(i,q),i=1..K)]): quit: