[go: up one dir, main page]

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 nX4 0..2 arrays with no element equal to more than one of its horizontal, vertical and antidiagonal neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.
1

%I #4 Jan 15 2017 07:37:06

%S 2,208,5590,75668,923678,10441416,112649322,1178277478,12052427112,

%T 121217893114,1203135774464,11815341234706,115023383706648,

%U 1111618427587466,10676654271394364,102000704609797814

%N Number of nX4 0..2 arrays with no element equal to more than one of its horizontal, vertical and antidiagonal neighbors, with the exception of exactly one element, and with new values introduced in order 0 sequentially upwards.

%C Column 4 of A281129.

%H R. H. Hardin, <a href="/A281126/b281126.txt">Table of n, a(n) for n = 1..210</a>

%e Some solutions for n=4

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

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

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

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

%Y Cf. A281129.

%K nonn

%O 1,1

%A _R. H. Hardin_, Jan 15 2017