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.

A188988 Number of n X 5 binary arrays without the pattern 0 0 1 antidiagonally or horizontally.

Original entry on oeis.org

20, 400, 5304, 68064, 852448, 10682432, 133744640, 1674569728, 20965958400, 262498839552, 3286544012800, 41148269700608, 515185556441600, 6450238643180032, 80758433426035200, 1011113686205526528
Offset: 1

Views

Author

R. H. Hardin, Apr 15 2011

Keywords

Comments

Column 5 of A188992.

Examples

			Some solutions for 3 X 5:
..1..1..1..1..0....1..0..1..1..1....1..1..1..1..1....1..1..1..1..0
..0..1..0..1..1....0..1..1..0..1....1..1..0..0..0....0..1..0..1..0
..0..1..0..0..0....1..0..0..0..0....0..1..1..1..1....0..1..1..0..0
		

Crossrefs

Cf. A188992.

Formula

Empirical: a(n) = 13*a(n-1) +4*a(n-2) -132*a(n-3) +60*a(n-4) +320*a(n-5) -240*a(n-6) for n>8.
Empirical g.f.: 4*x*(5 + 35*x + 6*x^2 + 38*x^3 - 500*x^4 - 480*x^5 + 1560*x^6 - 576*x^7) / ((1 - 2*x)*(1 + 2*x)*(1 - 13*x + 80*x^3 - 60*x^4)). - Colin Barker, May 01 2018