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.

A189060 Number of nX5 binary arrays without the pattern 0 1 0 antidiagonally or horizontally.

Original entry on oeis.org

21, 441, 6768, 99721, 1492864, 22289912, 333124565, 4978704008, 74410715409, 1112149145053, 16622281551532, 248438608557405, 3713193773280868, 55497854913016132, 829477855588392793, 12397479511499889924
Offset: 1

Views

Author

R. H. Hardin Apr 16 2011

Keywords

Comments

Column 5 of A189064

Examples

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

Formula

Empirical: a(n) = 21*a(n-1) -80*a(n-2) -240*a(n-3) +1115*a(n-4) +2917*a(n-5) -15840*a(n-6) +21676*a(n-7) -10784*a(n-8) +1216*a(n-9) for n>10