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.

A207924 Number of n X 4 0..1 arrays avoiding 0 0 0 and 0 1 0 horizontally and 0 0 0 and 1 1 1 vertically.

Original entry on oeis.org

9, 81, 144, 576, 1936, 6400, 21904, 73984, 250000, 846400, 2862864, 9684544, 32764176, 110838784, 374964496, 1268499456, 4291298064, 14517358144, 49111878544, 166144281664, 562062085264, 1901442429184, 6432533627536
Offset: 1

Views

Author

R. H. Hardin, Feb 21 2012

Keywords

Comments

Column 4 of A207928.
It seems that all terms are squares. - Colin Barker, Mar 06 2018

Examples

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

Crossrefs

Cf. A207928.

Formula

Empirical: a(n) = 2*a(n-1) + 3*a(n-2) + 6*a(n-3) - a(n-4) - a(n-6) for n>8.
Empirical g.f.: x*(9 + 63*x - 45*x^2 - 9*x^3 - 125*x^4 + 17*x^5 - 7*x^6 + 17*x^7) / ((1 + x + x^2 - x^3)*(1 - 3*x - x^2 - x^3)). - Colin Barker, Mar 06 2018