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 no element equal to zero plus the sum of elements to its left or zero plus the sum of elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 3
1

%I #4 Mar 31 2014 07:44:45

%S 8,8,44,62,178,282,710,1074,2770,4162,10836,15764,41374,59680,156886,

%T 225150,588814,847438,2209382,3180402,8266052,11933946,30940004,

%U 44734494,115726028,167666138,433004540,628085454,1619697032,2352404846

%N Number of nX6 0..2 arrays with no element equal to zero plus the sum of elements to its left or zero plus the sum of elements above it or zero plus the sum of the elements diagonally to its northwest, modulo 3

%C Column 6 of A240039

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

%e Some solutions for n=3

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

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

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

%K nonn

%O 1,1

%A _R. H. Hardin_, Mar 31 2014