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.

A279129 Number of nX3 0..1 arrays with no element equal to a strict majority of its horizontal and vertical neighbors, with the exception of exactly two elements, and with new values introduced in order 0 sequentially upwards.

Original entry on oeis.org

0, 9, 66, 256, 820, 2551, 7491, 21131, 57971, 155551, 409876, 1064002, 2727560, 6917391, 17381168, 43320628, 107203164, 263611545, 644549767, 1567944409, 3796630655, 9154650571, 21989697066, 52634342562, 125577952504, 298716701553
Offset: 1

Views

Author

R. H. Hardin, Dec 06 2016

Keywords

Comments

Column 3 of A279134.

Examples

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

Crossrefs

Cf. A279134.

Formula

Empirical: a(n) = 6*a(n-1) -11*a(n-2) +5*a(n-3) +a(n-5) +9*a(n-6) -6*a(n-7) +3*a(n-8) -5*a(n-9) -a(n-11) for n>17