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.

A208378 Number of n X 7 0..1 arrays avoiding 0 0 0 and 1 1 1 horizontally and 0 0 1 and 1 0 1 vertically.

Original entry on oeis.org

42, 1764, 6216, 13860, 25200, 40740, 60984, 86436, 117600, 154980, 199080, 250404, 309456, 376740, 452760, 538020, 633024, 738276, 854280, 981540, 1120560, 1271844, 1435896, 1613220, 1804320, 2009700, 2229864, 2465316, 2716560, 2984100, 3268440
Offset: 1

Views

Author

R. H. Hardin, Feb 25 2012

Keywords

Comments

Column 7 of A208379.

Examples

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

Crossrefs

Cf. A208379.

Formula

Empirical: a(n) = 84*n^3 + 840*n^2 - 1344*n + 420 for n>1.
Conjectures from Colin Barker, Jul 02 2018: (Start)
G.f.: 42*x*(1 + 38*x - 14*x^2 - 14*x^3 + x^4) / (1 - x)^4.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4) for n>5.
(End)