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

A220172
Sum of neighbor maps: number of n X 1 binary arrays indicating the locations of corresponding elements equal to the sum mod 3 of their horizontal, vertical and antidiagonal neighbors in a random 0..2 n X 1 array.
8
2, 2, 8, 16, 24, 64, 128, 232, 512, 1024, 1984, 4096, 8192, 16224, 32768, 65536, 130688, 262144, 524288, 1047680, 2097152, 4194304, 8386560, 16777216, 33554432, 67104256, 134217728, 268435456, 536860672, 1073741824, 2147483648, 4294944768
OFFSET
1,1
COMMENTS
Column 1 of A220177.
LINKS
FORMULA
Empirical: a(n) = 2*a(n-1) +4*a(n-3) -8*a(n-4) -4*a(n-6) +8*a(n-7).
Empirical g.f.: 2*(1 - x + 2*x^2 - 4*x^3 + 4*x^6) / ((1 - 2*x)*(1 - 2*x^3)^2). - Colin Barker, Feb 18 2018
EXAMPLE
All solutions for n=3:
..1....0....1....1....0....0....0....1
..1....1....0....1....0....0....1....0
..0....0....1....1....0....1....1....0
CROSSREFS
Sequence in context: A098273 A342835 A361294 * A276054 A192305 A228797
KEYWORD
nonn
AUTHOR
R. H. Hardin, Dec 06 2012
STATUS
approved