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.

A228757 Number of 5Xn binary arrays with top left element equal to 1 and no two ones adjacent horizontally or antidiagonally.

Original entry on oeis.org

16, 55, 723, 4808, 43862, 342207, 2876170, 23326164, 192379841, 1574217212, 12928573892, 106000461919, 869759215471, 7134075563384, 58525595955046, 480089753747591, 3938341082031018, 32307082900690396, 265023929648410933
Offset: 1

Views

Author

R. H. Hardin Sep 02 2013

Keywords

Comments

Row 5 of A228754

Examples

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

Formula

Empirical: a(n) = a(n-1) +49*a(n-2) +107*a(n-3) -154*a(n-4) -404*a(n-5) +250*a(n-6) +472*a(n-7) -278*a(n-8) -168*a(n-9) +131*a(n-10) -9*a(n-11) -7*a(n-12) +a(n-13)