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.

A183358 One quarter the number of nX6 1..4 arrays with no two neighbors of any element equal to each other.

Original entry on oeis.org

324, 9216, 11664, 24336, 57600, 147456, 331776, 746496, 1679616, 3873024, 8856576, 20358144, 46457856, 106502400, 243360000, 557715456, 1275346944, 2921186304, 6682081536, 15300700416, 35007906816, 80147874816, 183403201536
Offset: 1

Views

Author

R. H. Hardin Jan 04 2011

Keywords

Comments

Column 6 of A183362

Examples

			Some solutions for 5X6 with a(1,1)=1
..1..3..4..1..1..4....1..4..2..3..1..4....1..1..3..4..1..3....1..2..4..4..1..3
..2..3..4..2..3..3....2..4..1..3..2..4....3..2..2..4..1..2....3..3..1..2..2..3
..2..1..1..2..4..1....2..3..1..4..2..1....4..4..1..3..3..4....4..4..1..3..4..4
..4..4..3..3..4..2....1..3..2..4..3..1....2..3..1..2..2..4....1..2..2..3..1..1
..1..2..2..1..1..3....1..4..2..1..3..2....2..3..4..4..1..1....1..3..4..4..2..3
		

Formula

Empirical: a(n)=2*a(n-1)+2*a(n-2)-4*a(n-3)+4*a(n-4)-4*a(n-5)+2*a(n-6)-6*a(n-7)+a(n-10) for n>14