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.

A234118 Number of (n+1)X(4+1) 0..2 arrays with every 2X2 subblock having the absolute values of all six edge and diagonal differences no larger than 1.

Original entry on oeis.org

3127, 116801, 4279065, 157630963, 5807422543, 214027901025, 7888454356625, 290756314787875, 10716964158533127, 395017615132720993, 14560017639995412841, 536670372954048895219, 19781236893820566186079
Offset: 1

Views

Author

R. H. Hardin, Dec 19 2013

Keywords

Comments

Column 4 of A234122

Examples

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

Formula

Empirical: a(n) = 50*a(n-1) -427*a(n-2) -2748*a(n-3) +22158*a(n-4) +50476*a(n-5) -220478*a(n-6) -236864*a(n-7) +237555*a(n-8) +152850*a(n-9) -74775*a(n-10) -7956*a(n-11)