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 nX2 arrays containing 2 copies of 0..n-1 avoiding the pattern down-up in every row and equal-up in every column.
1

%I #5 Aug 12 2016 07:04:23

%S 1,6,54,600,9102,188472,5118012,172101936,6887210886,321643938456

%N Number of nX2 arrays containing 2 copies of 0..n-1 avoiding the pattern down-up in every row and equal-up in every column.

%C Column 2 of A269479.

%e Some solutions for n=4

%e ..1..0. .2..1. .2..1. .2..3. .2..1. .1..1. .3..0. .0..2. .3..0. .3..1

%e ..2..2. .3..0. .0..1. .3..1. .2..1. .2..0. .1..3. .3..3. .3..2. .2..0

%e ..3..3. .2..0. .0..2. .2..1. .3..0. .2..0. .1..2. .2..1. .1..2. .2..0

%e ..1..0. .1..3. .3..3. .0..0. .3..0. .3..3. .0..2. .1..0. .0..1. .3..1

%Y Cf. A269479.

%K nonn

%O 1,2

%A _R. H. Hardin_, Feb 27 2016