Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 Jul 05 2012 21:28:44
%S 11,5994,7386816,9601970064,12515731371696,16315987753015584,
%T 21270302008568180976,27728993363693782195104,
%U 36148856155531924044881856,47125396349621619644425127424,61434944764676706345697115017536
%N Number of 0..5 colorings of an nX5 array circular in the 5 direction with new values 0..5 introduced in row major order
%C Column 4 of A214166
%H R. H. Hardin, <a href="/A214162/b214162.txt">Table of n, a(n) for n = 1..185</a>
%F Empirical: a(n) = 1402*a(n-1) -130492*a(n-2) +2979072*a(n-3) -15573492*a(n-4) +12571416*a(n-5)
%e Some solutions for n=4
%e ..0..1..0..1..2....0..1..0..2..1....0..1..0..2..1....0..1..0..2..1
%e ..1..0..3..4..5....1..2..1..0..2....3..0..1..4..0....3..4..2..3..5
%e ..2..5..4..1..3....2..1..0..1..0....1..2..3..5..3....2..3..1..0..3
%e ..1..0..5..0..4....0..2..1..2..3....2..3..5..0..4....3..2..3..4..5
%K nonn
%O 1,1
%A _R. H. Hardin_ Jul 05 2012