Given $2n$ labeled kids, $2n$ labeled seats, how many options are there to place the kids in the seats such that every odd-numbered kid with index $1 \leq i \leq n$ sits to the right (not necessarily adjacent) of the kid labeled as $2i.$
I'm stumped, any explanation is appreciated.