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.

A188768 Number of nX3 binary arrays without the pattern 0 1 0 vertically or horizontally.

Original entry on oeis.org

7, 49, 240, 1103, 5357, 26564, 130828, 641137, 3143331, 15426387, 75714198, 371548402, 1823195326, 8946675170, 43903164079, 215441286043, 1057208843688, 5187912250379, 25458023997998, 124927142385391, 613040099740828
Offset: 1

Views

Author

R. H. Hardin Apr 09 2011

Keywords

Comments

Column 3 of A188774

Examples

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

Formula

Empirical: a(n) = 5*a(n-1) -6*a(n-2) +23*a(n-3) +18*a(n-4) +5*a(n-5) +49*a(n-6) -30*a(n-7) -87*a(n-8) -6*a(n-9) +19*a(n-10) +8*a(n-11) +5*a(n-12) -a(n-13) -a(n-14)