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.

A228678 Number of nX3 binary arrays with no two ones adjacent horizontally, diagonally or antidiagonally.

Original entry on oeis.org

5, 19, 77, 313, 1277, 5215, 21305, 87049, 355685, 1453363, 5938613, 24265921, 99153677, 405154783, 1655515121, 6764650225, 27641241413, 112945711027, 461510880221, 1885793543785, 7705597945181, 31486076453887, 128656207802537
Offset: 1

Views

Author

R. H. Hardin Aug 30 2013

Keywords

Comments

Column 3 of A228683

Examples

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

Formula

Empirical: a(n) = 5*a(n-1) -3*a(n-2) -3*a(n-3).
Empirical: G.f. -x*(-5+6*x+3*x^2) / ( 1-5*x+3*x^2+3*x^3 ). - R. J. Mathar, Aug 31 2013