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.

A188711 Number of 7Xn binary arrays without the pattern 0 0 diagonally or vertically.

Original entry on oeis.org

34, 697, 14925, 318732, 6814290, 145764780, 3118943536, 66743533552, 1428321913952, 30566631602016, 654139520133696, 13998888884058752, 299582781445141504, 6411212320129846144, 137202959280321342208
Offset: 1

Views

Author

R. H. Hardin Apr 08 2011

Keywords

Comments

Row 7 of A188706

Examples

			Some solutions for 7X3
..1..1..1....1..1..0....0..1..1....1..0..0....0..0..0....1..0..1....1..1..1
..1..0..0....0..1..1....1..1..1....1..1..1....1..1..1....1..1..1....1..1..0
..1..1..1....1..1..0....0..1..0....0..0..0....1..1..1....1..1..0....0..1..1
..1..0..0....1..0..1....1..1..1....1..1..1....0..0..0....0..1..1....1..1..0
..0..1..1....0..1..1....1..1..1....1..1..1....1..1..1....1..1..0....1..0..1
..1..1..1....1..1..0....1..1..0....1..1..1....1..1..1....0..1..1....1..1..1
..0..1..0....1..0..1....1..1..1....0..0..1....0..1..0....1..1..0....0..1..1
		

Formula

Empirical: a(n) = 34*a(n-1) -324*a(n-2) +1264*a(n-3) -2236*a(n-4) +1816*a(n-5) -624*a(n-6) +64*a(n-7) for n>9