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.

A207120 Number of nX5 0..1 arrays avoiding 0 0 1 and 0 1 0 horizontally and 0 0 1 and 0 1 1 vertically.

Original entry on oeis.org

14, 196, 896, 4096, 12288, 36864, 87744, 208849, 428666, 879844, 1628368, 3013696, 5166336, 8856576, 14311584, 23126481, 35653926, 54967396, 81554000, 121000000, 173888000, 249892864, 349562304, 488984769, 668387538, 913611076, 1224032096
Offset: 1

Views

Author

R. H. Hardin Feb 15 2012

Keywords

Comments

Column 5 of A207123

Examples

			Some solutions for n=4
..0..1..1..0..0....0..0..0..0..0....1..0..0..0..0....0..1..1..0..0
..1..1..1..1..1....1..0..1..1..0....1..0..1..1..1....1..0..1..1..1
..0..0..0..0..0....0..0..0..0..0....0..0..0..0..0....0..1..1..0..0
..0..1..1..0..0....1..0..0..0..0....0..0..0..0..0....0..0..0..0..0
		

Formula

Empirical: a(n) = 2*a(n-1) +8*a(n-2) -18*a(n-3) -27*a(n-4) +72*a(n-5) +48*a(n-6) -168*a(n-7) -42*a(n-8) +252*a(n-9) -252*a(n-11) +42*a(n-12) +168*a(n-13) -48*a(n-14) -72*a(n-15) +27*a(n-16) +18*a(n-17) -8*a(n-18) -2*a(n-19) +a(n-20)