I'm looking to find the number of permutations of [n] for which all cycles have even length, call that number $f_n$.
I've seen here: Number of permutations of a specific cycle decomposition that the exponential generating function is given by:
$G_1(z) = \exp\left( \sum_{k\ge 1} \frac{z^{2k}}{2k} \right) = \sqrt{ \frac{1}{1-z^2}} = \frac{\sqrt{1-z^2}}{1-z^2}$
Does anyone have an explanation for why we have this egf?