probability that node has d links is binomial $$\frac{(n-1)!}{d!(n-d-1)!} p^d (1-p)^{n-d-1}$$
Large n, small p, this is approximately a Poisson distribution $$\frac{(n-1)^d}{d!} p^d e^{-(n-1)p}$$
why Poisson? If you want to approximate this if you want to approximate this formula(binomial formula) for large n and relatively small p.
Note:
$P(d) = cd^{-a}$
$log(P(d)) = log(c) - alog(d)$