This is a difficult problem that I've been thinking for some time with little success and was wondering if anyone will have a look at it for me? First of all I want to clarify something before we start, in an unsorted list a pair exists if two adjacent elements in the list have the same value. It seems obvious but it's good to know for later.
Let $A$ be an unsorted list of size $2n$ which contains the numbers $1,...,n$ exactly twice. How many of these lists will have no pairs?
To give an example for $n=2$, $[1,2,1,2]$ is a list with no pairs. Another example but for $n=3$ is $[1,3,2,3,1,2]$.
A114938 -- Number of permutations of the multiset {1,1,2,2,....,n,n} with no two consecutive terms equal.
2, 30, 864, 39480, 2631600, 241133760, ...