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.

A188868 Number of nX3 binary arrays without the pattern 0 0 0 antidiagonally or horizontally.

Original entry on oeis.org

7, 49, 316, 2032, 13045, 83737, 537496, 3450100, 22145617, 142149013, 912430732, 5856740200, 37593435373, 241305971377, 1548902653984, 9942146967292, 63816977822953, 409630502531629, 2629349654724052, 16877355480293296
Offset: 1

Views

Author

R. H. Hardin Apr 12 2011

Keywords

Comments

Column 3 of A188874

Examples

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

Formula

Empirical: a(n) = 7*a(n-1) -3*a(n-2) -5*a(n-3) +2*a(n-4)