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.

A268992 Number of nX5 binary arrays with some element plus some horizontally or antidiagonally adjacent neighbor totalling two not more than once.

Original entry on oeis.org

23, 278, 3331, 37987, 421450, 4583103, 49084071, 519385102, 5442503771, 56571775611, 584048456162, 5994862809815, 61225907059807, 622579765715526, 6306473266306611, 63664757730483923, 640753995659371194
Offset: 1

Views

Author

R. H. Hardin, Feb 17 2016

Keywords

Comments

Column 5 of A268995.

Examples

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

Crossrefs

Cf. A268995.

Formula

Empirical: a(n) = 26*a(n-1) -241*a(n-2) +994*a(n-3) -2060*a(n-4) +2218*a(n-5) -1201*a(n-6) +290*a(n-7) -25*a(n-8) for n>9