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.

A297677 Number of n X 3 0..1 arrays with every 1 horizontally, diagonally or antidiagonally adjacent to 0, 1 or 4 neighboring 1's.

Original entry on oeis.org

7, 29, 150, 742, 3744, 18840, 94891, 477850, 2406649, 12120617, 61043229, 307433020, 1548331209, 7797889752, 39272660089, 197789648884, 996131790595, 5016837561113, 25266394843590, 127249627060291, 640869727748787
Offset: 1

Views

Author

R. H. Hardin, Jan 03 2018

Keywords

Comments

Column 3 of A297682.

Examples

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

Crossrefs

Cf. A297682.

Formula

Empirical: a(n) = 5*a(n-1) -a(n-2) +8*a(n-3) -5*a(n-4) -30*a(n-5) +17*a(n-6).