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.

A233168 T(n,k)=Number of nXk 0..7 arrays with no element x(i,j) adjacent to itself or value 7-x(i,j) horizontally, diagonally, antidiagonally or vertically, top left element zero, and 1 appearing before 2 3 4 5 and 6, 2 appearing before 3 4 and 5, and 3 appearing before 4 in row major order (unlabeled 8-colorings with no clashing color pairs).

This page as a plain text file.
%I A233168 #8 Oct 04 2024 00:25:53
%S A233168 1,1,1,3,1,3,11,8,8,11,48,64,96,64,48,236,512,1280,1280,512,236,1248,
%T A233168 4096,18432,28672,18432,4096,1248,6896,32768,278528,720896,720896,
%U A233168 278528,32768,6896,39168,262144,4325376,19922944,31457280,19922944,4325376
%N A233168 T(n,k)=Number of nXk 0..7 arrays with no element x(i,j) adjacent to itself or value 7-x(i,j) horizontally, diagonally, antidiagonally or vertically, top left element zero, and 1 appearing before 2 3 4 5 and 6, 2 appearing before 3 4 and 5, and 3 appearing before 4 in row major order (unlabeled 8-colorings with no clashing color pairs).
%C A233168 Table starts
%C A233168 ......1........1...........3.............11................48
%C A233168 ......1........1...........8.............64...............512
%C A233168 ......3........8..........96...........1280.............18432
%C A233168 .....11.......64........1280..........28672............720896
%C A233168 .....48......512.......18432.........720896..........31457280
%C A233168 ....236.....4096......278528.......19922944........1543503872
%C A233168 ...1248....32768.....4325376......587202560.......83751862272
%C A233168 ...6896...262144....68157440....17985175552.....4879082848256
%C A233168 ..39168..2097152..1082130432...562640715776...296868139499520
%C A233168 .226496.16777216.17246978048.17798344474624.18506979718725632
%H A233168 R. H. Hardin, <a href="/A233168/b233168.txt">Table of n, a(n) for n = 1..544</a>
%F A233168 Empirical for column k:
%F A233168 k=1: a(n) = 12*a(n-1) -44*a(n-2) +48*a(n-3) for n>4
%F A233168 k=2: a(n) = 8*a(n-1) for n>2
%F A233168 k=3: a(n) = 24*a(n-1) -128*a(n-2) for n>3
%F A233168 k=4: a(n) = 48*a(n-1) -512*a(n-2) for n>3
%F A233168 k=5: a(n) = 96*a(n-1) -2048*a(n-2) for n>3
%F A233168 k=6: a(n) = 192*a(n-1) -8192*a(n-2) for n>3
%F A233168 k=7: a(n) = 384*a(n-1) -32768*a(n-2) for n>3
%e A233168 Some solutions for n=4 k=4
%e A233168 ..0..1..2..3....0..1..7..1....0..1..7..6....0..1..7..2....0..1..0..6
%e A233168 ..2..4..0..1....2..3..5..3....2..3..5..4....3..2..3..1....2..3..2..4
%e A233168 ..7..6..5..3....7..6..0..6....6..0..1..0....7..1..7..5....0..1..0..6
%e A233168 ..2..4..0..6....3..2..3..5....4..2..3..5....4..5..4..6....3..5..3..2
%Y A233168 Column 2 is A001018(n-2)
%K A233168 nonn,tabl
%O A233168 1,4
%A A233168 _R. H. Hardin_, Dec 05 2013