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.

A205312 Number of (n+1) X 3 0..1 arrays with every 2 X 2 subblock having the same number of equal edges, and new values 0..1 introduced in row major order.

Original entry on oeis.org

20, 84, 376, 1708, 7784, 35500, 161928, 738636, 3369320, 15369324, 70107976, 319801228, 1458790184, 6654348460, 30354161928, 138462112716, 631602239720, 2881086973164, 13142230386376, 59948977985548, 273460429154984
Offset: 1

Views

Author

R. H. Hardin, Jan 25 2012

Keywords

Comments

Column 2 of A205318.

Examples

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

Crossrefs

Cf. A205318.

Formula

Empirical: a(n) = 6*a(n-1) -7*a(n-2) +2*a(n-3).
Empirical g.f.: 4*x*(5 - 9*x + 3*x^2) / ((1 - x)*(1 - 5*x + 2*x^2)). - Colin Barker, Jun 11 2018