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.

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

Original entry on oeis.org

4, 2, 38, 68, 362, 1283, 5411, 22516, 96189, 417555, 1829258, 8090336, 35972626, 160686336, 719920275, 3232692431, 14538525542, 65457371351, 294941937573, 1329700498750, 5997079537476, 27054800037678, 122076548954830
Offset: 1

Views

Author

R. H. Hardin, Apr 27 2018

Keywords

Comments

Row 3 of A303624.

Examples

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

Crossrefs

Cf. A303624.

Formula

Empirical: a(n) = 8*a(n-1) -9*a(n-2) -54*a(n-3) +79*a(n-4) +193*a(n-5) -246*a(n-6) -383*a(n-7) +307*a(n-8) +547*a(n-9) -250*a(n-10) -458*a(n-11) +174*a(n-12) +193*a(n-13) -66*a(n-14) -34*a(n-15) -3*a(n-16) for n>17