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.

A189618 Number of 3Xn binary arrays without the pattern 0 1 0 diagonally, antidiagonally or horizontally.

Original entry on oeis.org

8, 64, 292, 1164, 5238, 25046, 116100, 526418, 2403976, 11065442, 50854642, 233077382, 1068505272, 4902990456, 22498260976, 103204910914, 473409837692, 2171794653270, 9963444579674, 45707359388096, 209680588779494
Offset: 1

Views

Author

R. H. Hardin Apr 24 2011

Keywords

Comments

Row 3 of A189617

Examples

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

Formula

Empirical: a(n) = 5*a(n-1) -8*a(n-2) +24*a(n-3) +35*a(n-4) -90*a(n-5) +103*a(n-6) -92*a(n-7) -479*a(n-8) +312*a(n-9) +411*a(n-10) -97*a(n-11) +212*a(n-12) -154*a(n-13) -300*a(n-14) +72*a(n-15) -175*a(n-16) +42*a(n-17) -20*a(n-18) +4*a(n-19)