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

Sum of neighbor maps: number of 4Xn binary arrays indicating the locations of corresponding elements equal to the sum mod 4 of their horizontal and antidiagonal neighbors in a random 0..3 4Xn array
0

%I #3 Mar 09 2013 10:59:31

%S 16,232,4096,63488,1047664,16776992,268435456,4294967296,68702202624,

%T 1099511627776,17592186044416,281474975006720,4503599620030464,

%U 72057490958712832,1152921504606846976,18446744073700638720

%N Sum of neighbor maps: number of 4Xn binary arrays indicating the locations of corresponding elements equal to the sum mod 4 of their horizontal and antidiagonal neighbors in a random 0..3 4Xn array

%C Row 4 of A222935

%e Some solutions for n=3

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

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

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

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

%K nonn

%O 1,1

%A _R. H. Hardin_ Mar 09 2013