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.

A295208 Number of n X 3 0..1 arrays with each 1 horizontally or vertically adjacent to 2 or 3 1's.

Original entry on oeis.org

1, 4, 10, 27, 102, 345, 1162, 4072, 14224, 49604, 173594, 607485, 2125150, 7436416, 26022865, 91060814, 318652127, 1115077417, 3902040209, 13654599697, 47782246634, 167206840944, 585115414586, 2047524354146, 7165006769433
Offset: 1

Views

Author

R. H. Hardin, Nov 17 2017

Keywords

Comments

Column 3 of A295213.

Examples

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

Crossrefs

Cf. A295213.

Formula

Empirical: a(n) = 5*a(n-1) -7*a(n-2) +10*a(n-3) -18*a(n-4) +18*a(n-5) -5*a(n-6) -15*a(n-7) +7*a(n-8) -9*a(n-9) +10*a(n-10) -2*a(n-11) +a(n-12).
Empirical formula confirmed by Robert Israel, Nov 17 2017 (see link).