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.

A208050 T(n,k)=Number of nXk 0..3 arrays with new values 0..3 introduced in row major order and no element equal to any horizontal, vertical or antidiagonal neighbor (colorings ignoring permutations of colors).

This page as a plain text file.
%I A208050 #9 Jun 26 2017 01:25:14
%S A208050 1,1,1,2,2,2,5,8,8,5,14,32,44,32,14,41,128,244,244,128,41,122,512,
%T A208050 1356,1904,1356,512,122,365,2048,7540,14976,14976,7540,2048,365,1094,
%U A208050 8192,41932,118096,168096,118096,41932,8192,1094,3281,32768,233204,931968
%N A208050 T(n,k)=Number of nXk 0..3 arrays with new values 0..3 introduced in row major order and no element equal to any horizontal, vertical or antidiagonal neighbor (colorings ignoring permutations of colors).
%C A208050 Equivalently, the number of colorings in the rhombic hexagonal square grid graph RH_(n,k) using 4 colors up to permutation of the colors. - _Andrew Howroyd_, Jun 25 2017
%H A208050 R. H. Hardin, <a href="/A208050/b208050.txt">Table of n, a(n) for n = 1..312</a>
%e A208050 Table starts
%e A208050 ...1....1......2.......5........14.........41..........122...........365
%e A208050 ...1....2......8......32.......128........512.........2048..........8192
%e A208050 ...2....8.....44.....244......1356.......7540........41932........233204
%e A208050 ...5...32....244....1904.....14976.....118096.......931968.......7356288
%e A208050 ..14..128...1356...14976....168096....1897888.....21472544.....243113056
%e A208050 ..41..512...7540..118096...1897888...30818432....502504448....8206614784
%e A208050 .122.2048..41932..931968..21472544..502504448..11838995200..279733684992
%e A208050 .365.8192.233204.7356288.243113056.8206614784.279733684992.9578237457408
%e A208050 ...
%e A208050 Some solutions for n=4 k=3
%e A208050 ..0..1..0....0..1..2....0..1..0....0..1..0....0..1..2....0..1..2....0..1..2
%e A208050 ..2..3..1....2..3..0....2..3..1....2..3..1....2..0..3....2..3..0....2..0..3
%e A208050 ..1..2..0....0..1..2....0..2..3....0..2..3....1..2..1....1..2..1....1..2..0
%e A208050 ..3..1..2....2..3..1....1..0..1....3..0..2....3..0..3....3..0..2....3..1..2
%Y A208050 Columns 1-7 are A007051(n-2), A004171(n-2), A208044, A208046, A208047-A208049.
%Y A208050 Main diagonal is A208045.
%Y A208050 Cf. A208054, A068271, A212162, A212163.
%K A208050 nonn,tabl
%O A208050 1,4
%A A208050 _R. H. Hardin_, Feb 22 2012