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.

A188702 Number of nX5 binary arrays without the pattern 0 0 diagonally or vertically.

Original entry on oeis.org

32, 144, 1665, 11556, 103484, 813309, 6814290, 55337580, 456131965, 3733374889, 30657827284, 251373054600, 2062533960693, 16917792861256, 138787419681888, 1138485405941113, 9339379255511170, 76613020663877804, 628477682370006669
Offset: 1

Views

Author

R. H. Hardin Apr 08 2011

Keywords

Comments

Column 5 of A188706

Examples

			Some solutions for 3X5
..1..1..1..1..1....0..0..1..0..0....0..1..1..1..0....1..0..0..1..0
..1..1..1..1..0....1..1..1..1..1....1..1..1..1..1....0..1..1..1..1
..0..1..1..0..1....0..0..1..0..1....1..1..0..1..0....1..1..0..1..1
		

Formula

Empirical: a(n) = a(n-1) +49*a(n-2) +107*a(n-3) -154*a(n-4) -404*a(n-5) +250*a(n-6) +472*a(n-7) -278*a(n-8) -168*a(n-9) +131*a(n-10) -9*a(n-11) -7*a(n-12) +a(n-13)