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.

Showing 1-1 of 1 results.

A208704 Number of nX3 0..1 arrays with new values 0..1 introduced in row major order and no element equal to more than two of its immediate leftward or upward or right-upward antidiagonal neighbors.

Original entry on oeis.org

4, 28, 196, 1372, 9604, 67228, 470596, 3294172, 23059204, 161414428, 1129900996, 7909306972, 55365148804, 387556041628, 2712892291396, 18990246039772, 132931722278404, 930522055948828, 6513654391641796, 45595580741492572
Offset: 1

Views

Author

R. H. Hardin, Mar 01 2012

Keywords

Comments

Column 3 of A208709.

Examples

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

Crossrefs

Cf. A270471.

Formula

Empirical: a(n) = 7*a(n-1).
Empirical: a(n) = (A198480(n)+1)*2 = (A024075(n)+1)*4. [Martin Ettl, Nov 09 2012; revised Nov 13 2012]
Showing 1-1 of 1 results.