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.

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

Original entry on oeis.org

35, 1225, 2485, 44275, 131355, 1644265, 6206445, 62470275, 277136755, 2417186345, 11980836805, 94860446835, 507738545195, 3762485058185, 21244807809085, 150403989092035, 881487114021955, 6046472018190345, 36369091148160085
Offset: 1

Views

Author

R. H. Hardin, Mar 01 2012

Keywords

Comments

Row 7 of A208840.

Examples

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

Crossrefs

Cf. A208840.

Formula

Empirical: a(n) = 2*a(n-1) + 33*a(n-2) - 32*a(n-3).
Empirical g.f.: 35*x*(1 + 33*x - 32*x^2) / (1 - 2*x - 33*x^2 + 32*x^3). - Colin Barker, Jul 07 2018