Maple calculations related to CLT
a := 1/sqrt(n*p*(1-p)); b := (-n*p)/sqrt(n*p*(1-p)); limit(exp(b*t)*( 1-p + p*exp(a*t) )^n, n=infinity);