read WordInv: print(`The first 6 terms in the asymptotic expansion, in t, for alpha_{2r} `): print(` (the 2r-th moment divided by the r-th power of the second moment`): print(` (about the mean, of course), `): print(`for the r.v. NumberOfInversions on words with a*t 1's and b*t 2's`); print(`Note that r, a,b, and t are symbolic! `): print(AsyAlphaW2tS(r,a,b,t,6)): print(`This all things too`, time(), `seconds of CPU time`): quit: