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 A204648 #8 Jun 08 2018 13:51:18 %S A204648 80,137,284,571,1076,1918,3261,5329,8408,12867,19162,27859,39640, %T A204648 55328,75895,102489,136444,179309,232860,299131,380428,479362,598865, %U A204648 742225,913104,1115575,1354142,1633779,1959952,2338660,2776459,3280505,3858580 %N A204648 Number of (n+1) X 6 0..1 arrays with column and row pair sums b(i,j)=a(i,j)+a(i,j-1) and c(i,j)=a(i,j)+a(i-1,j) nondecreasing in column and row directions, respectively. %C A204648 Column 5 of A204651. %H A204648 R. H. Hardin, <a href="/A204648/b204648.txt">Table of n, a(n) for n = 1..210</a> %F A204648 Empirical: a(n) = 6*a(n-1) -14*a(n-2) +14*a(n-3) -14*a(n-5) +14*a(n-6) -6*a(n-7) +a(n-8) for n>11. %F A204648 Conjectures from _Colin Barker_, Jun 08 2018: (Start) %F A204648 G.f.: x*(80 - 343*x + 582*x^2 - 335*x^3 - 292*x^4 + 600*x^5 - 379*x^6 + 89*x^7 - 4*x^8 + 8*x^9 - 4*x^10) / ((1 - x)^7*(1 + x)). %F A204648 a(n) = (-10080 + 43776*n + 15308*n^2 + 2970*n^3 + 620*n^4 + 54*n^5 + 2*n^6)/1440 for n>3 and even. %F A204648 a(n) = (-10890 + 43776*n + 15308*n^2 + 2970*n^3 + 620*n^4 + 54*n^5 + 2*n^6)/1440 for n>3 and odd. %F A204648 (End) %e A204648 Some solutions for n=5: %e A204648 ..1..0..1..0..1..0....0..0..0..0..0..1....0..0..0..0..0..0....0..1..1..1..1..1 %e A204648 ..0..1..0..1..0..1....0..0..0..0..0..1....0..0..0..0..1..1....1..1..1..1..1..1 %e A204648 ..1..0..1..0..1..1....0..0..0..0..1..1....0..0..1..1..1..1....1..1..1..1..1..1 %e A204648 ..0..1..0..1..1..1....0..0..0..0..1..1....0..0..1..1..1..1....1..1..1..1..1..1 %e A204648 ..1..0..1..1..1..1....0..0..0..1..1..1....0..0..1..1..1..1....1..1..1..1..1..1 %e A204648 ..0..1..1..1..1..1....0..0..1..1..1..1....0..0..1..1..1..1....1..1..1..1..1..1 %Y A204648 Cf. A204651. %K A204648 nonn %O A204648 1,1 %A A204648 _R. H. Hardin_, Jan 17 2012