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.

A188700 Number of n X 3 binary arrays without the pattern 0 0 diagonally or vertically.

Original entry on oeis.org

8, 21, 90, 304, 1141, 4084, 14925, 54049, 196508, 713225, 2590574, 9406448, 34159833, 124045128, 450458681, 1635781681, 5940155616, 21570956189, 78332387394, 284454730240, 1032963629229, 3751084683708, 13621618755397
Offset: 1

Views

Author

R. H. Hardin, Apr 08 2011

Keywords

Comments

Column 3 of A188706.

Examples

			Some solutions for 4 X 3:
..1..1..1....0..0..1....1..1..0....1..1..1....0..1..1....0..0..0....1..1..1
..1..0..1....1..1..1....1..1..1....0..1..1....1..1..0....1..1..1....0..1..0
..1..1..1....1..1..1....0..0..1....1..1..1....1..1..1....0..1..1....1..1..1
..1..0..1....1..1..0....1..1..1....0..1..1....1..0..0....1..1..1....0..1..1
		

Crossrefs

Cf. A188706.

Formula

Empirical: a(n) = a(n-1) + 8*a(n-2) + 6*a(n-3) - a(n-4) - a(n-5).
Empirical g.f.: x*(8 + 13*x + 5*x^2 - 2*x^3 - x^4) / ((1 + x)*(1 - 2*x - 6*x^2 + x^4)). - Colin Barker, Apr 28 2018