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.
%I A222281 #13 Jun 28 2017 02:10:44 %S A222281 1,5,5,25,105,25,125,2205,2205,125,625,46305,194485,46305,625,3125, %T A222281 972405,17153945,17153945,972405,3125,15625,20420505,1513010465, %U A222281 6354787485,1513010465,20420505,15625,78125,428830605,133450391205 %N A222281 T(n,k) = number of n X k 0..5 arrays with no entry increasing mod 6 by 5 rightwards or downwards, starting with upper left zero. %C A222281 1/6 the number of 6-colorings of the grid graph P_n X P_k. - _Andrew Howroyd_, Jun 26 2017 %H A222281 Andrew Howroyd, <a href="/A222281/b222281.txt">Table of n, a(n) for n = 1..325</a> (terms 1..111 from R. H. Hardin) %F A222281 T(n, k) = 5 * (24*A198982(n,k) - 12*A198715(n,k) - 8*A207997(n,k) - 3) for n*k > 1. - _Andrew Howroyd_, Jun 27 2017 %e A222281 Table starts %e A222281 ........1................5......................25..........................125 %e A222281 ........5..............105....................2205........................46305 %e A222281 .......25.............2205..................194485.....................17153945 %e A222281 ......125............46305................17153945...................6354787485 %e A222281 ......625...........972405..............1513010465................2354171487645 %e A222281 .....3125.........20420505............133450391205..............872117822449905 %e A222281 ....15625........428830605..........11770577485085...........323081602357856985 %e A222281 ....78125.......9005442705........1038187247574145........119687637492011211885 %e A222281 ...390625.....189114296805.......91570083319317865......44339047670574481807485 %e A222281 ..1953125....3971400232905.....8076654937439905005...16425682631297501047982145 %e A222281 ..9765625...83399404891005...712376276332499775685.6084998755694142903356375385 %e A222281 .48828125.1751387502711105.62832938018547611186345 %e A222281 ... %e A222281 Some solutions for n=3, k=4: %e A222281 ..0..0..0..0....0..0..0..0....0..0..0..0....0..3..0..0....0..0..0..0 %e A222281 ..4..2..0..1....1..2..0..4....0..0..0..1....0..0..3..1....0..2..3..0 %e A222281 ..0..4..1..4....1..4..1..2....3..4..4..1....3..0..4..4....4..5..1..3 %Y A222281 Columns 1-7 are A000351(n-1), 5*A009965(n-1), A222276, A222277, A222278, A222279, A222280. %Y A222281 Main diagonal is A068256. %Y A222281 Cf. A078099 (3 colorings), A222444 (4 colorings), A222144 (5 colorings), A198982 (unlabeled 6 colorings), A222340 (7 colorings), A222462 (8 colorings). %K A222281 nonn,tabl %O A222281 1,2 %A A222281 _R. H. Hardin_, Feb 14 2013