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.

A207995 Number of nX6 0..2 arrays with new values 0..2 introduced in row major order and no element equal to any horizontal or vertical neighbor (colorings ignoring permutations of colors).

Original entry on oeis.org

16, 243, 3891, 63267, 1034073, 16932816, 277458045, 4547477370, 74538711609, 1221819475953, 20027983390866, 328298744831580, 5381481886580865, 88213445048426316, 1445998260462433698, 23702862077090281716
Offset: 1

Views

Author

R. H. Hardin, Feb 22 2012

Keywords

Comments

Column 6 of A207997.

Examples

			Some solutions for n=4
..0..1..2..0..2..0....0..1..2..0..1..2....0..1..2..0..1..0....0..1..2..0..1..2
..1..0..1..2..0..1....2..0..1..2..0..1....2..0..1..2..0..1....1..0..1..2..0..1
..0..1..0..1..2..0....0..1..2..1..2..0....1..2..0..1..2..0....2..1..2..0..1..2
..1..0..1..2..0..2....1..2..1..2..1..2....2..0..1..0..1..2....0..2..0..1..2..1
		

Formula

a(n) = 30*a(n-1) -291*a(n-2) +1278*a(n-3) -2901*a(n-4) +3519*a(n-5) -2152*a(n-6) +516*a(n-7).
G.f.: -x*(16-237*x+1257*x^2-3198*x^3+4206*x^4-2736*x^5+688*x^6) / ( -1+30*x-291*x^2+1278*x^3-2901*x^4+3519*x^5-2152*x^6+516*x^7 ). - R. J. Mathar, Nov 23 2015