Compute the exact average degree distribution $\left\langle N_{k}(N)\right\rangle$ for the random recursive tree for the first few $N=1,2,3, \ldots$, by solving the recursion
$$
\left\langle N_{k}(N+1)\right\rangle-\left\langle N_{k}(N)\right\rangle=\frac{\left\langle N_{k-1}(N)\right\rangle-\left\langle N_{k}(N)\right\rangle}{N}+\delta_{k, 1}
$$
Here you should apply the generating function $G_{k}(w)=\sum_{N \geq 1}\left\langle N_{k}(N)\right\rangle w^{N-1}$ to convert this recursion into soluble equations. Next, expand the solutions for $G_{k}(w)$ in a power series in $N$ to obtain the degree distributions. In particular, show that the average number of nodes of degree one is given by (14.27). Finally, compare your results with the asymptotic average degree distribution $N_{k}(N) \simeq N / 2^{k}$.