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.

A232132 Number of (n+1)X(3+1) 0..2 arrays with no element equal to a strict majority of its horizontal and antidiagonal neighbors, with values 0..2 introduced in row major order.

Original entry on oeis.org

200, 10956, 602468, 33162868, 1825568436, 100495188564, 5532131001812, 304536704087316, 16764354299718484, 922856165828434964, 50802046269213120468, 2796587378080211658132, 153948542186521174138196
Offset: 1

Views

Author

R. H. Hardin, Nov 19 2013

Keywords

Comments

Column 3 of A232137

Examples

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

Formula

Empirical: a(n) = 65*a(n-1) -588*a(n-2) +2304*a(n-3) -5156*a(n-4) +7136*a(n-5) -5632*a(n-6) +2048*a(n-7) -256*a(n-8)