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.

A233255 Number of n X 7 0..5 arrays with no element x(i,j) adjacent to itself or value 5-x(i,j) horizontally or antidiagonally, top left element zero, and 1 appearing before 2 3 and 4, and 2 appearing before 3 in row major order (unlabeled 6-colorings with no clashing color pairs).

Original entry on oeis.org

528, 1992704, 8050180096, 32835998056448, 134179300927602688, 548491734506604068864, 2242238966451009797226496, 9166394920089108387649814528, 37472795110784044637628292661248
Offset: 1

Views

Author

R. H. Hardin, Dec 06 2013

Keywords

Comments

Column 7 of A233256.

Examples

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

Crossrefs

Cf. A233256.

Formula

Empirical: a(n) = 5504*a(n-1) -6438912*a(n-2) +2774532096*a(n-3) -478351982592*a(n-4) +27831388078080*a(n-5).