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

A183271
Half the number of n X n X n triangular binary arrays with the number of 0-0 adjacencies equal to the number of 1-1 adjacencies.
1
1, 0, 0, 65, 1578, 0, 0, 1875535329, 839252581538, 0, 0, 5227844810759073967200, 39228698077486633860579435, 0, 0, 1102249786277252805957700361396650437576, 135380785027014267422923708062639569342712090, 0, 0
OFFSET
1,4
COMMENTS
a(n)=0 for n mod 4 = 2 or 3 because the number of edges is odd and flipping a 0 to a 1 changes the relative counts by an even number.
LINKS
EXAMPLE
Some solutions for 4 X 4 X 4 with a(1,1)=0 and an equal number of 0-0 and 1-1 adjacencies:
.....0........0........0........0........0........0........0........0
....1.0......1.0......0.0......1.0......1.1......1.0......0.1......1.1
...1.0.0....1.0.0....1.0.1....1.0.1....0.1.1....0.0.1....1.0.1....0.0.0
..1.1.1.0..0.1.1.1..0.1.1.1..1.1.0.0..0.0.0.0..0.1.1.1..0.1.0.1..1.1.1.0
CROSSREFS
Sequence in context: A086029 A221038 A221501 * A197088 A031604 A002502
KEYWORD
nonn
AUTHOR
R. H. Hardin, Jan 03 2011
STATUS
approved