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.

A189690 Number of nX3 binary arrays without the pattern 0 0 1 diagonally, vertically or antidiagonally.

Original entry on oeis.org

8, 64, 292, 1298, 5172, 20316, 77752, 295720, 1117080, 4209924, 15835990, 59521532, 223600028, 839772726, 3153450118, 11840705184, 44458053838, 166922053694, 626717259422, 2353026409758, 8834468527674, 33169066709822, 124533341936372
Offset: 1

Views

Author

R. H. Hardin Apr 25 2011

Keywords

Comments

Column 3 of A189696

Examples

			Some solutions for 4X3
..1..1..0....0..0..0....0..1..0....0..0..1....0..1..1....1..1..0....1..1..0
..1..1..1....1..1..1....1..1..1....1..1..0....1..0..0....0..0..0....1..1..1
..0..1..0....1..1..1....1..1..1....1..1..1....1..1..0....0..0..0....1..0..0
..0..1..0....0..1..0....0..1..1....0..1..0....0..0..0....0..0..0....0..0..1
		

Formula

Empirical: a(n) = 7*a(n-1) -9*a(n-2) -31*a(n-3) +76*a(n-4) +22*a(n-5) -173*a(n-6) +69*a(n-7) +151*a(n-8) -111*a(n-9) -48*a(n-10) +52*a(n-11) +4*a(n-12) -8*a(n-13)