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.

A303310 Number of nX4 0..1 arrays with every element equal to 0, 1, 4, 5 or 6 horizontally, diagonally or antidiagonally adjacent elements, with upper left element zero.

Original entry on oeis.org

5, 5, 17, 36, 74, 165, 361, 783, 1710, 3744, 8176, 17851, 39009, 85239, 186206, 406800, 888794, 1941803, 4242301, 9268393, 20249240, 44239542, 96652372, 211161719, 461336399, 1007905991, 2202025876, 4810883806, 10510594448, 22963055655
Offset: 1

Views

Author

R. H. Hardin, Apr 21 2018

Keywords

Comments

Column 4 of A303314.

Examples

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

Crossrefs

Cf. A303314.

Formula

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