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.

A219406 Unmatched value maps: number of n X 4 binary arrays indicating the locations of corresponding elements not equal to any horizontal or antidiagonal neighbor in a random 0..2 n X 4 array.

Original entry on oeis.org

7, 98, 1199, 14737, 181089, 2225293, 27345143, 336026564, 4129209727, 50741147949, 623524656508, 7662085181924, 94154334887381, 1157000812187473, 14217623447617101, 174711041141292808, 2146909292479553912
Offset: 1

Views

Author

R. H. Hardin, Nov 19 2012

Keywords

Comments

Column 4 of A219410.

Examples

			Some solutions for n=3:
..1..1..1..1....1..0..1..1....1..1..0..0....1..0..0..0....1..0..0..0
..1..0..0..0....0..1..0..1....1..0..0..1....1..0..1..1....1..0..1..1
..1..0..0..0....1..0..1..1....1..0..1..1....0..0..0..1....0..1..1..1
		

Crossrefs

Cf. A219410.

Formula

Empirical: a(n) = 7*a(n-1) + 57*a(n-2) + 96*a(n-3) + 27*a(n-4) - 11*a(n-5) - 4*a(n-6).
Empirical g.f.: x*(1 + 2*x)*(7 + 35*x + 44*x^2 - 2*x^3 - 6*x^4) / (1 - 7*x - 57*x^2 - 96*x^3 - 27*x^4 + 11*x^5 + 4*x^6). - Colin Barker, Jul 26 2018