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.

A303717 Number of nX6 0..1 arrays with every element unequal to 0, 1 or 5 king-move adjacent elements, with upper left element zero.

Original entry on oeis.org

13, 13, 24, 76, 169, 343, 741, 1618, 3451, 7390, 15924, 34201, 73387, 157681, 338754, 727483, 1562542, 3356380, 7209057, 15484111, 33258613, 71436250, 153437331, 329568094, 707879620, 1520453233, 3265779603, 7014566209, 15066579706
Offset: 1

Views

Author

R. H. Hardin, Apr 29 2018

Keywords

Comments

Column 6 of A303719.

Examples

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

Crossrefs

Cf. A303719.

Formula

Empirical: a(n) = a(n-1) +a(n-2) +3*a(n-3) +a(n-4) -a(n-5) -a(n-6) for n>9