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.

A219738 Unmatched value maps: number of nX5 binary arrays indicating the locations of corresponding elements not equal to any horizontal, vertical or antidiagonal neighbor in a random 0..1 nX5 array.

Original entry on oeis.org

12, 60, 387, 2229, 13322, 78661, 466288, 2760690, 16350693, 96830726, 573456240, 3396136349, 20112704280, 119112043349, 705408898268, 4177593432263, 24740667779362, 146519915909536, 867724589734469, 5138864287202152
Offset: 1

Views

Author

R. H. Hardin Nov 26 2012

Keywords

Comments

Column 5 of A219741

Examples

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

Formula

Empirical: a(n) = a(n-1) +21*a(n-2) +48*a(n-3) +14*a(n-4) -69*a(n-5) -38*a(n-6) +68*a(n-7) +13*a(n-8) -57*a(n-9) +37*a(n-10) -8*a(n-11) -2*a(n-12) +a(n-13) for n>14
Zeilberger's Maple code (see links in A228285) would give a proof that this recurrence is correct. - N. J. A. Sloane, Aug 22 2013