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.

A251223 Number of (n+1)X(3+1) 0..1 arrays with no 2X2 subblock having the minimum of its diagonal elements greater than the absolute difference of its antidiagonal elements.

Original entry on oeis.org

171, 1892, 20782, 228689, 2515011, 27662994, 304255924, 3346446223, 36806732398, 404828461391, 4452610577279, 48973192395914, 538644351143299, 5924419545393448, 65161264266944558, 716693058210959682
Offset: 1

Views

Author

R. H. Hardin, Nov 30 2014

Keywords

Comments

Column 3 of A251228

Examples

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

Formula

Empirical: a(n) = 8*a(n-1) +39*a(n-2) -48*a(n-3) -210*a(n-4) +88*a(n-5) +260*a(n-6) -199*a(n-7) +36*a(n-8)