read `SuckerBetsAnalysis.txt`: N:=16: print(`The list-of-lists-of lists whose (i+1,j+1,k+1) entry is the (i,j,k) SCALED moment of the Ekhad-Zeilberger tri-variate distribution`): print(`for i,j,j <=`, N): lprint(EZ(x,y,z,c)): print(`is `): lprint(TavlaMomc(N,c)): print(time()): quit: