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

Half the number of nXnXn triangular binary arrays with no array-nonaligned 2X2X2 subtriangle being all zero or all one
1

%I #5 Mar 31 2012 12:35:50

%S 1,4,24,216,2808,51840,1347192,49029624,2490765552,176234338656,

%T 17339959771992,2369745054644616,449436884224900104,

%U 118209416642307619200,43093920857777993195064

%N Half the number of nXnXn triangular binary arrays with no array-nonaligned 2X2X2 subtriangle being all zero or all one

%H R. H. Hardin, <a href="/A183279/b183279.txt">Table of n, a(n) for n = 1..23</a>

%e Some solutions for 6X6X6 with a(1,1)=0

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

%e ......0.0..........1.0..........0.1..........1.0..........1.0..........0.1

%e .....0.1.0........1.0.0........1.0.1........1.0.1........0.0.1........1.0.0

%e ....1.0.0.1......1.0.1.0......1.1.1.0......1.0.1.0......1.1.0.0......1.0.1.0

%e ...0.0.1.0.1....1.0.1.0.1....1.0.0.0.1....0.1.1.1.0....0.0.1.1.0....1.0.1.1.0

%e ..1.1.1.1.1.1..1.1.1.1.1.0..1.0.1.1.0.1..1.1.0.0.1.1..0.1.1.0.0.1..0.1.0.0.0.0

%K nonn

%O 1,2

%A _R. H. Hardin_ Jan 03 2011