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.

A204710 Number of (n+1) X 6 0..1 arrays with the permanents of all 2 X 2 subblocks equal and nonzero.

Original entry on oeis.org

97, 529, 2689, 14145, 73345, 382849, 1992321, 10382977, 54072961, 281700993, 1467309697, 7643513473, 39814841985, 207399103105, 1080347897473, 5627597738625, 29314404685441, 152700279978625, 795423120883329
Offset: 1

Views

Author

R. H. Hardin, Jan 18 2012

Keywords

Comments

Column 5 of A204713.

Examples

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

Crossrefs

Cf. A204713.

Formula

Empirical: a(n) = 4*a(n-1) +15*a(n-2) -38*a(n-3) -52*a(n-4) +72*a(n-5).
Empirical g.f.: x*(97 + 141*x - 882*x^2 - 860*x^3 + 1576*x^4) / ((1 - x)*(1 + 2*x)*(1 - 5*x - 8*x^2 + 36*x^3)). - Colin Barker, Jun 09 2018