login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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).
3

%I #1 May 19 2006 03:00:00

%S 1,2,6,72,1240,33360

%N 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).

%Y Cf. A002105, A117514, A117513.

%K nonn

%O 1,2

%A Nan Zang (nzang(AT)cs.ucsd.edu), Apr 28 2006