A218998 Unmatched value maps: number of nX4 binary arrays indicating the locations of corresponding elements not equal to any horizontal, diagonal or antidiagonal neighbor in a random 0..2 nX4 array.
7, 163, 2265, 31857, 461681, 6639893, 95431043, 1372612359, 19740345667, 283887907827, 4082690596769, 58714522782689, 844392025770105, 12143471562419701, 174639147022394875, 2511541333793121239
Offset: 1
Keywords
Examples
Some solutions for n=3 ..0..0..0..1....0..1..1..0....0..1..1..1....1..0..1..0....0..1..0..0 ..0..0..1..1....0..0..0..0....0..0..0..0....0..0..0..1....0..0..0..0 ..0..0..1..1....0..1..1..1....1..0..0..0....1..1..1..0....1..0..1..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..108
Formula
Empirical: a(n) = 10*a(n-1) +42*a(n-2) +282*a(n-3) +281*a(n-4) +148*a(n-5) -320*a(n-6) -320*a(n-7) -256*a(n-8)
Comments