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.

A295116 Number of nX4 0..1 arrays with each 1 horizontally or vertically adjacent to 1 or 4 1s.

Original entry on oeis.org

4, 20, 77, 326, 1373, 5793, 24347, 102398, 431050, 1813753, 7631302, 32111207, 135119039, 568549155, 2392325744, 10066404116, 42357266765, 178230161368, 749953993371, 3155644584471, 13278270334423, 55872091215736
Offset: 1

Views

Author

R. H. Hardin, Nov 15 2017

Keywords

Comments

Column 4 of A295120.

Examples

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

Crossrefs

Cf. A295120.

Formula

Empirical: a(n) = a(n-1) +5*a(n-2) +22*a(n-3) +43*a(n-4) +52*a(n-5) +35*a(n-6) +35*a(n-7) +21*a(n-8) +14*a(n-9) +6*a(n-10) +9*a(n-11) -7*a(n-12) -a(n-14)