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.

A198723 T(n,k) = number of n X k 0..6 arrays with values 0..6 introduced in row major order and no element equal to any horizontal or vertical neighbor.

This page as a plain text file.
%I A198723 #13 Jun 28 2017 02:10:21
%S A198723 1,1,1,2,4,2,5,34,34,5,15,499,2027,499,15,52,10507,232841,232841,
%T A198723 10507,52,203,272410,34003792,173549032,34003792,272410,203,876,
%U A198723 7817980,5315840795,141168480719,141168480719,5315840795,7817980,876,4111
%N A198723 T(n,k) = number of n X k 0..6 arrays with values 0..6 introduced in row major order and no element equal to any horizontal or vertical neighbor.
%C A198723 Number of colorings of the grid graph P_n X P_k using a maximum of 7 colors up to permutation of the colors. - _Andrew Howroyd_, Jun 26 2017
%H A198723 Andrew Howroyd, <a href="/A198723/b198723.txt">Table of n, a(n) for n = 1..325</a> (terms 1..84 from R. H. Hardin)
%e A198723 Table starts
%e A198723 .....1............1...................2.......................5
%e A198723 .....1............4..................34.....................499
%e A198723 .....2...........34................2027..................232841
%e A198723 .....5..........499..............232841...............173549032
%e A198723 ....15........10507............34003792............141168480719
%e A198723 ....52.......272410..........5315840795.........116492275674072
%e A198723 ...203......7817980........846047363854.......96356630422085931
%e A198723 ...876....234638905.....135284283124811....79732515488691835557
%e A198723 ..4111...7176366133...21658679381667910.65980773070548173552412
%e A198723 .20648.221220625936.3468618095206638077
%e A198723 ...
%e A198723 Some solutions with all values 0 to 6 for n=3, k=3:
%e A198723 ..0..1..2....0..1..2....0..1..2....0..1..2....0..1..2....0..1..0....0..1..2
%e A198723 ..3..2..4....2..3..1....3..4..5....1..3..4....3..4..3....2..3..4....3..4..3
%e A198723 ..4..5..6....4..5..6....6..2..4....5..0..6....1..5..6....5..4..6....5..6..2
%Y A198723 Columns 1-7 are A056273(n-1), A198717, A198718, A198719, A198720, A198721, A198722.
%Y A198723 Main diagonal is A198716.
%Y A198723 Cf. A207997 (3 colorings), A198715 (4 colorings), A198906 (5 colorings), A198982 (6 colorings), A222340 (labeled 7 colorings), A198914 (8 colorings), A207868 (unlimited).
%K A198723 nonn,tabl
%O A198723 1,4
%A A198723 _R. H. Hardin_, Oct 29 2011