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 nX6 0..2 arrays with values 0..2 introduced in row major order, the number of instances of each value within one of each other, and every element equal to zero or one horizontal or vertical neighbors
0

%I #4 Mar 31 2012 12:36:35

%S 15,1538,108608,9196334,792389959,70698654245,6443389324257,

%T 597038658964877,56047378745263409

%N Number of nX6 0..2 arrays with values 0..2 introduced in row major order, the number of instances of each value within one of each other, and every element equal to zero or one horizontal or vertical neighbors

%C Column 6 of A199230

%e Some solutions for n=4

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

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

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

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

%K nonn

%O 1,1

%A _R. H. Hardin_ Nov 04 2011