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.

A204543 Number of (n+1)X2 0..1 arrays with permanents of 2X2 subblocks differing from neighboring permanents.

Original entry on oeis.org

16, 26, 41, 56, 80, 112, 162, 224, 322, 448, 646, 896, 1290, 1792, 2582, 3584, 5162, 7168, 10326, 14336, 20650, 28672, 41302, 57344, 82602, 114688, 165206, 229376, 330410, 458752, 660822, 917504, 1321642, 1835008, 2643286, 3670016, 5286570
Offset: 1

Views

Author

R. H. Hardin Jan 16 2012

Keywords

Examples

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

Crossrefs

Even terms are A005009(n/2+1) for n>=4

Formula

Empirical: a(n) = a(n-2) +2*a(n-4) for n>6
Empirical: a(2k)=14*2^k for k>1