cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

4, 28, 181, 1180, 7687, 50077, 326233, 2125270, 13845268, 90196219, 587591326, 3827916001, 24937299865, 162456261409, 1058335787620, 6894622770400, 44915634248581, 292606900638904, 1906213721217931, 12418199102692513
Offset: 1

Views

Author

R. H. Hardin, Nov 19 2012

Keywords

Comments

Column 3 of A219410.

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
		

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