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.

A181219 Number of nX3 binary matrices with no three 1's adjacent in a line horizontally, vertically, diagonally or antidiagonally.

Original entry on oeis.org

7, 49, 230, 1209, 6475, 34020, 179097, 944514, 4978956, 26241679, 138316703, 729070278, 3842881010, 20255521442, 106765644778, 562755120940, 2966245831625, 15634892911279, 82410528967137, 434380653636920
Offset: 1

Views

Author

R. H. Hardin Oct 10 2010

Keywords

Comments

Column 3 of A181224

Examples

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

Formula

Empirical: a(n)=2*a(n-1)+8*a(n-2)+38*a(n-3)+51*a(n-4)+41*a(n-5)-48*a(n-6)-88*a(n-7)-4*a(n-8)-8*a(n-9)-15*a(n-10)+14*a(n-11)-7*a(n-12)+a(n-13)-2*a(n-14)