read JACK: print(`Let m[lambda] be the monomial symmetric function in`): print(`negative shifts of the discrete variables, corresponding`): print(`to the partition lambda `): for n from 2 to 2 do print(`The recurrence satisfied by the MacMahon Master Theorem product`): print(`with `, n, `variables , is`): print(GuessMacMahonMaster(a,M,2)): od: print(`This took `, time(), `seconds `): quit: