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.

A188993 Number of 3Xn binary arrays without the pattern 0 0 1 antidiagonally or horizontally.

Original entry on oeis.org

8, 64, 295, 1256, 5304, 21952, 89744, 364088, 1469600, 5913146, 23742816, 95207208, 381443400, 1527379724, 6113711024, 24465803130, 97891852484, 391642313112, 1566765146976, 6267573103552, 25071633380208, 100290042754410
Offset: 1

Views

Author

R. H. Hardin Apr 15 2011

Keywords

Comments

Row 3 of A188992

Examples

			Some solutions for 3X3
..0..1..0....1..0..0....1..0..0....0..1..1....1..1..1....1..0..0....1..0..0
..1..0..1....1..0..0....0..1..0....0..1..1....1..0..0....1..0..1....0..0..0
..0..1..0....0..0..0....1..1..0....0..1..1....1..1..0....0..1..1....0..1..1
		

Formula

Empirical: a(n) = 8*a(n-1) -14*a(n-2) -29*a(n-3) +90*a(n-4) +12*a(n-5) -159*a(n-6) +36*a(n-7) +106*a(n-8) -35*a(n-9) -22*a(n-10) +8*a(n-11) for n>14