read HISTABRUT: print(`Suppose you roll a fair (cubic) die n times,`): print(`with the pay-off being the sum of the landed faces.`): print(`The expectation, variance, the (normalized) even (2r)-moment,`): print(` and odd (2r+1) moments`): print(`with asymptotics to order 2`): print(`as EXPLICIT expressions in n and r are:`): print(YofD((x+x^2+x^3+x^4+x^5+x^6)^n,x,16,n,2,r)): print(`This took`, time() , `seconds . `): quit: