A218837 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..1 n X 3 array.
4, 20, 93, 436, 2043, 9573, 44857, 210190, 984904, 4615043, 21625074, 101330329, 474811581, 2224862385, 10425214612, 48850257184, 228901534957, 1072582125992, 5025883366023, 23550181377025, 110350957732161, 517080258425742
Offset: 1
Keywords
Examples
Some solutions for n=3: ..1..1..0....1..0..0....1..0..0....1..1..0....1..0..0....0..0..0....0..0..0 ..0..0..0....1..0..0....0..0..1....0..0..1....1..0..1....1..0..0....0..0..0 ..0..1..1....1..0..1....0..0..0....0..0..1....1..1..1....1..0..1....1..0..0
Links
- R. H. Hardin, Table of n, a(n) for n = 1..210
Crossrefs
Cf. A218842.
Formula
Empirical: a(n) = 4*a(n-1) + 3*a(n-2) + a(n-3).
Empirical g.f.: x*(2 + x)^2 / (1 - 4*x - 3*x^2 - x^3). - Colin Barker, Mar 10 2018
Comments