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.

A188708 Number of 4 X n binary arrays without the pattern 0 0 diagonally or vertically.

Original entry on oeis.org

8, 49, 304, 1876, 11556, 71152, 438048, 2696784, 16602304, 102209216, 629233216, 3873764352, 23848153088, 146816985344, 903853103104, 5564413613056, 34256339608576, 210893165924352, 1298326906544128, 7992922619695104
Offset: 1

Views

Author

R. H. Hardin, Apr 08 2011

Keywords

Comments

Row 4 of A188706.

Examples

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

Crossrefs

Cf. A188706.

Formula

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