Let $n \in \mathbb{N}_{\geq 1}$ be a number of pairs of people, so in total there are $2n$ people and every person has exactly $1$ partner. Furthermore, if person $A$ is the partner of person $B$, then person $B$ is the partner of person $A$.
The people want to play the game "Secret Santa", which involves giving gifts to people. Every person must give away exactly $1$ gift and must receive exactly $1$ gift. It is not allowed to give a gift to oneself or to ones respective partner.
How many possibilities are there to play this game?
The first few values of the sequence we are looking for are $a_1 = 0, a_2 = 4, a_3 = 80,...$
If we drop the restraint that the people are organised in pairs, then the wanted number is just the number of fixed-point free permutations of $2n$ elements, but the pair requirement seems to substantially complicate things.