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.

A203375 Number of (n+1)X6 0..1 arrays with every 2X2 subblock having equal diagonal elements or equal antidiagonal elements.

Original entry on oeis.org

972, 15564, 253068, 4136292, 67731264, 1109832180, 18189909480, 298154846436, 4887277903812, 80111933563464, 1313194979326320, 21525927546323460, 352853780193705264, 5783993041849734792, 94811448308361126864
Offset: 1

Views

Author

R. H. Hardin Dec 31 2011

Keywords

Comments

Column 5 of A203378

Examples

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

Formula

Empirical: a(n) = 30*a(n-1) -291*a(n-2) +1278*a(n-3) -2901*a(n-4) +3519*a(n-5) -2152*a(n-6) +516*a(n-7)