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.

A228503 Number of nX5 binary arrays with top left value 1 and no two ones adjacent horizontally, vertically, diagonally or antidiagonally.

Original entry on oeis.org

5, 11, 88, 358, 2002, 9528, 49101, 243118, 1228036, 6141239, 30865981, 154742849, 776765183, 3896668986, 19553995645, 98108834263, 492283814664, 2470048647138, 12393793010466, 62186850336292, 312029099308093, 1565635002686314
Offset: 1

Views

Author

R. H. Hardin Aug 23 2013

Keywords

Comments

Column 5 of A228506

Examples

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

Formula

Empirical: a(n) = 2*a(n-1) +16*a(n-2) +a(n-3) -27*a(n-4) +a(n-5) +4*a(n-6).
Empirical: g.f. -x*(5+x-14*x^2+x^3+2*x^4) / ( -1+2*x+16*x^2+x^3-27*x^4+x^5+4*x^6 ). - R. J. Mathar, Aug 25 2013