Number of ways of arranging 2n tokens in a row, with 2 copies of each token from 1 through n, such that between every pair of tokens labeled i (i=1..n) there is exactly one taken labeled (i+1 mod n).

A117515

Number of ways of arranging 2n tokens in a row, with 2 copies of each token from 1 through n, such that between every pair of tokens labeled i (i=1..n) there is exactly one taken labeled (i+1 mod n).

Terms

    a(0) =1a(1) =2a(2) =6a(3) =72a(4) =1240a(5) =33360

External references