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.

A297501 Number of nX3 0..1 arrays with every 1 horizontally, diagonally or antidiagonally adjacent to 1 or 2 neighboring 1s.

Original entry on oeis.org

4, 31, 110, 531, 2534, 11405, 53175, 246040, 1135117, 5253716, 24286811, 112274796, 519155469, 2400230989, 11097385328, 51309028043, 237225520918, 1096808926323, 5071081279846, 23446053720513, 108402467083427, 501197081280420
Offset: 1

Views

Author

R. H. Hardin, Dec 31 2017

Keywords

Comments

Column 3 of A297506.

Examples

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

Crossrefs

Cf. A297506.

Formula

Empirical: a(n) = a(n-1) +5*a(n-2) +37*a(n-3) +63*a(n-4) +101*a(n-5) -45*a(n-6) -198*a(n-7) -254*a(n-8) -40*a(n-9) +88*a(n-10) +96*a(n-11)