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.

A300177 Number of nX3 0..1 arrays with every element equal to 0, 1, 2, 3, 4, 5, 6 or 7 king-move adjacent elements, with upper left element zero.

Original entry on oeis.org

4, 32, 255, 2033, 16208, 129217, 1030173, 8212978, 65477359, 522013397, 4161713160, 33178950053, 264516722873, 2108839989442, 16812570686523, 134036975068993, 1068599860225264, 8519333271178937, 67919753770243365
Offset: 1

Views

Author

R. H. Hardin, Feb 27 2018

Keywords

Comments

Column 3 of A300182.

Examples

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

Crossrefs

Cf. A300182.

Formula

Empirical: a(n) = 7*a(n-1) +7*a(n-2) +6*a(n-3).
Empirical g.f.: -x*(-3*x^2-4*x-4)/(-6*x^3-7*x^2-7*x+1). - Simon Plouffe, Jun 21 2018