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.

A266067 T(n,k)=Number of nXk integer arrays with each element equal to the number of horizontal, vertical, diagonal and antidiagonal neighbors exactly one smaller than itself.

This page as a plain text file.
%I A266067 #4 Dec 20 2015 11:22:55
%S A266067 1,3,3,4,17,4,5,35,35,5,9,89,34,89,9,16,323,81,81,323,16,25,1057,809,
%T A266067 525,809,1057,25,39,3027,1750,8262,8262,1750,3027,39,64,9257,5071,
%U A266067 25663,154939,25663,5071,9257,64,105,29835,29256,148323,1066148,1066148,148323
%N A266067 T(n,k)=Number of nXk integer arrays with each element equal to the number of horizontal, vertical, diagonal and antidiagonal neighbors exactly one smaller than itself.
%C A266067 Table starts
%C A266067 ...1.....3......4.......5.........9........16........25.........39.........64
%C A266067 ...3....17.....35......89.......323......1057......3027.......9257......29835
%C A266067 ...4....35.....34......81.......809......1750......5071......29256......93170
%C A266067 ...5....89.....81.....525......8262.....25663....148323....1480037....7361668
%C A266067 ...9...323....809....8262....154939...1066148..11753249..164649556.1624261580
%C A266067 ..16..1057...1750...25663...1066148..11211992.156829155.3678276863
%C A266067 ..25..3027...5071..148323..11753249.156829155
%C A266067 ..39..9257..29256.1480037.164649556
%C A266067 ..64.29835..93170.7361668
%C A266067 .105.92561.300067
%H A266067 R. H. Hardin, <a href="/A266067/b266067.txt">Table of n, a(n) for n = 1..84</a>
%F A266067 Empirical for column k:
%F A266067 k=1: a(n) = a(n-1) +a(n-3) +a(n-4)
%F A266067 k=2: [order 18]
%F A266067 k=3: [order 78]
%e A266067 Some solutions for n=4 k=4
%e A266067 ..0..0..0..1....2..1..0..0....1..0..0..1....1..0..0..0....1..1..2..0
%e A266067 ..0..2..3..2....1..3..2..0....2..2..2..2....1..2..3..0....0..2..2..1
%e A266067 ..1..1..2..1....2..0..3..1....1..3..3..1....2..2..2..0....0..3..2..2
%e A266067 ..2..3..2..0....1..2..1..2....0..1..1..0....0..1..2..1....0..0..0..1
%Y A266067 Column 1 is A195971.
%K A266067 nonn,tabl
%O A266067 1,2
%A A266067 _R. H. Hardin_, Dec 20 2015