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.

A268991 Number of n X 4 binary arrays with some element plus some horizontally or antidiagonally adjacent neighbor totalling two not more than once.

Original entry on oeis.org

13, 103, 805, 6009, 43512, 308112, 2144780, 14730784, 100087792, 674045392, 4505925696, 29933341056, 197782652096, 1300744853760, 8519586895104, 55600022810880, 361688403251200, 2346083095244800, 15178387509332992
Offset: 1

Views

Author

R. H. Hardin, Feb 17 2016

Keywords

Examples

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

Crossrefs

Column 4 of A268995.

Formula

Empirical: a(n) = 16*a(n-1) - 88*a(n-2) + 200*a(n-3) - 208*a(n-4) + 96*a(n-5) - 16*a(n-6) for n>7.
Empirical g.f.: x*(13 - 105*x + 301*x^2 - 407*x^3 + 312*x^4 - 112*x^5 + 4*x^6) / (1 - 8*x + 12*x^2 - 4*x^3)^2. - Colin Barker, Jan 17 2019