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.

A208016 Number of 6 X n 0..1 arrays avoiding 0 0 0 and 1 0 1 horizontally and 0 0 1 and 0 1 1 vertically.

Original entry on oeis.org

16, 256, 784, 4489, 15376, 43264, 167281, 609961, 1974025, 6927424, 24750625, 84456100, 291931396, 1024704121, 3549895561, 12285283921, 42796024384, 148698928225, 515713569424, 1792246207504, 6227984421649, 21622397700121
Offset: 1

Views

Author

R. H. Hardin, Feb 22 2012

Keywords

Comments

Row 6 of A208013.

Examples

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

Crossrefs

Cf. A208013.

Formula

Empirical: a(n) = a(n-1) + 3*a(n-2) + 21*a(n-3) + 9*a(n-4) - 27*a(n-5) - 81*a(n-6) for n>8.
Empirical g.f.: x*(16 + 240*x + 480*x^2 + 2601*x^3 + 3015*x^4 - 3915*x^5 - 15228*x^6 - 8505*x^7) / ((1 + 3*x^2 - 9*x^3)*(1 - x - 6*x^2 - 9*x^3)). - Colin Barker, Jun 26 2018