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.

A207678 Number of n X 4 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 1 1 1 vertically.

Original entry on oeis.org

9, 81, 164, 436, 1030, 2032, 4174, 8266, 16060, 30670, 57888, 109188, 202628, 375252, 692182, 1267634, 2319308, 4224978, 7679364, 13935174, 25221442, 45611766, 82350810, 148518712, 267668550, 481894280, 867169926, 1559501878, 2803131788
Offset: 1

Views

Author

R. H. Hardin, Feb 19 2012

Keywords

Comments

Column 4 of A207682.

Examples

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

Crossrefs

Cf. A207682.

Formula

Empirical: a(n) = 2*a(n-1) +2*a(n-2) +a(n-3) -12*a(n-4) -3*a(n-5) +27*a(n-7) +8*a(n-8) -2*a(n-9) -33*a(n-10) -15*a(n-11) +19*a(n-13) +23*a(n-14) -4*a(n-15) +a(n-16) -19*a(n-17) +4*a(n-18) -4*a(n-19) +7*a(n-20) -a(n-21) +a(n-22) -a(n-23) for n>28.