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.

A251065 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no 2X2 subblock having x11-x00 less than x10-x01.

This page as a plain text file.
%I A251065 #6 Jun 02 2025 10:17:50
%S A251065 50,222,336,867,2740,2167,3123,17129,31895,14180,10660,89429,320950,
%T A251065 379440,92429,35064,410718,2482824,6182747,4499219,603249,112373,
%U A251065 1716324,15857764,71431719,119032248,53420941,3935721,353517,6678657,87634164
%N A251065 T(n,k)=Number of (n+1)X(k+1) 0..2 arrays with no 2X2 subblock having x11-x00 less than x10-x01.
%C A251065 Table starts
%C A251065 ......50.......222.........867..........3123..........10660...........35064
%C A251065 .....336......2740.......17129.........89429.........410718.........1716324
%C A251065 ....2167.....31895......320950.......2482824.......15857764........87634164
%C A251065 ...14180....379440.....6182747......71431719......641508138......4755605792
%C A251065 ...92429...4499219...119032248....2062530658....26192388204....262314968432
%C A251065 ..603249..53420941..2295692500...59730054958..1074828860950..14586457826568
%C A251065 .3935721.634161915.44280784440.1731036678270.44184817939580.813777827212550
%H A251065 R. H. Hardin, <a href="/A251065/b251065.txt">Table of n, a(n) for n = 1..180</a>
%F A251065 Empirical for column k:
%F A251065 k=1: a(n) = 6*a(n-1) +7*a(n-2) -23*a(n-3) -4*a(n-4) +12*a(n-5)
%F A251065 k=2: [order 11]
%F A251065 k=3: [order 39]
%F A251065 Empirical for row n:
%F A251065 n=1: a(n) = 9*a(n-1) -31*a(n-2) +51*a(n-3) -40*a(n-4) +12*a(n-5)
%F A251065 n=2: [order 12]
%F A251065 n=3: [order 21]
%F A251065 n=4: [order 27]
%F A251065 n=5: [order 33]
%F A251065 n=6: [order 39]
%e A251065 Some solutions for n=2 k=4
%e A251065 ..1..2..0..2..2....0..1..2..1..1....0..1..1..1..2....1..2..0..0..2
%e A251065 ..1..0..2..2..2....0..1..0..2..2....0..0..0..0..2....0..0..2..2..1
%e A251065 ..0..1..1..1..1....1..0..1..0..0....0..1..2..2..1....0..1..0..0..1
%Y A251065 Column 1 is A184556
%Y A251065 Row 1 is A222993(n+1)
%K A251065 nonn,tabl
%O A251065 1,1
%A A251065 _R. H. Hardin_, Nov 29 2014