Given $p \in [0,1], pn^{(d+1)/d} \to \infty$ and $np - \text{log}n - d \text{loglog}n \to \infty$, for a fixed d, show that $$n {{n-1} \choose d} p^d (1-p)^{n-1-d} \leq o(1), \text{as } n \to \infty.$$
I’ve been stuck with this for a day. Taking log of the first expression for $p$ would give log$n$, but I can’t see where that loglog$n$ comes from.
Since $d$ is fixed, $0<p<1$ we can estimate $$ n {{n-1} \choose d} p^d (1-p)^{n-1-d} \leq c\,n^{d+1}(1-p)^{n}, $$ which tends to zero, because $(1-p)^n$ exponentially small. If I understand your problem correctly.