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.

A250952 Number of (n+1) X (4+1) 0..1 arrays with no 2 X 2 subblock having its maximum diagonal element less than its minimum antidiagonal element.

Original entry on oeis.org

780, 19208, 472712, 11633448, 286298344, 7045780240, 173396103624, 4267264603784, 105017049454880, 2584461405506568, 63603393841083832, 1565274567258578128, 38521285153870175304, 948005826546231120680
Offset: 1

Views

Author

R. H. Hardin, Nov 28 2014

Keywords

Examples

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

Crossrefs

Column 4 of A250956.

Formula

Empirical: a(n) = 27*a(n-1) - 57*a(n-2) - 46*a(n-3) + 30*a(n-4).
Empirical g.f.: 4*x*(195 - 463*x - 361*x^2 + 240*x^3) / (1 - 27*x + 57*x^2 + 46*x^3 - 30*x^4). - Colin Barker, Nov 24 2018