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.

A303309 Number of nX3 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

3, 3, 12, 11, 19, 34, 53, 83, 136, 223, 359, 578, 937, 1519, 2456, 3971, 6427, 10402, 16829, 27227, 44056, 71287, 115343, 186626, 301969, 488599, 790568, 1279163, 2069731, 3348898, 5418629, 8767523, 14186152, 22953679, 37139831, 60093506
Offset: 1

Views

Author

R. H. Hardin, Apr 21 2018

Keywords

Comments

Column 3 of A303314.

Examples

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

Crossrefs

Cf. A303314.

Formula

Empirical: a(n) = a(n-1) +a(n-3) +a(n-4) for n>7