A219405 Unmatched value maps: number of n X 3 binary arrays indicating the locations of corresponding elements not equal to any horizontal or antidiagonal neighbor in a random 0..2 n X 3 array.
4, 28, 181, 1180, 7687, 50077, 326233, 2125270, 13845268, 90196219, 587591326, 3827916001, 24937299865, 162456261409, 1058335787620, 6894622770400, 44915634248581, 292606900638904, 1906213721217931, 12418199102692513
Offset: 1
Keywords
Examples
Some solutions for n=3: ..1..0..0....1..0..0....1..0..0....0..0..1....1..0..1....1..1..1....0..0..0 ..1..0..1....1..1..0....1..0..1....0..1..0....0..0..0....1..1..1....0..0..0 ..0..0..0....0..0..0....1..1..1....0..0..1....1..0..0....1..1..1....0..1..1
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A219410.
Formula
Empirical: a(n) = 4*a(n-1) + 15*a(n-2) + 9*a(n-3).
Empirical g.f.: x*(2 + 3*x)^2 / (1 - 4*x - 15*x^2 - 9*x^3). - Colin Barker, Jul 26 2018
Comments