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.

A250759 Number of (4+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.

This page as a plain text file.
%I A250759 #8 Nov 18 2018 09:57:32
%S A250759 1029,2361,4239,6663,9633,13149,17211,21819,26973,32673,38919,45711,
%T A250759 53049,60933,69363,78339,87861,97929,108543,119703,131409,143661,
%U A250759 156459,169803,183693,198129,213111,228639,244713,261333,278499,296211,314469
%N A250759 Number of (4+1) X (n+1) 0..2 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing x(i,j)+x(i-1,j) in the j direction.
%H A250759 R. H. Hardin, <a href="/A250759/b250759.txt">Table of n, a(n) for n = 1..210</a>
%F A250759 Empirical: a(n) = 273*n^2 + 513*n + 243.
%F A250759 Conjectures from _Colin Barker_, Nov 18 2018: (Start)
%F A250759 G.f.: 3*x*(343 - 242*x + 81*x^2) / (1 - x)^3.
%F A250759 a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n>3.
%F A250759 (End)
%e A250759 Some solutions for n=4:
%e A250759 ..2..2..2..2..2....2..2..2..2..2....0..0..0..0..0....1..1..1..1..1
%e A250759 ..2..2..2..2..2....0..0..0..0..0....0..0..1..1..1....0..0..1..1..1
%e A250759 ..0..0..0..1..1....0..0..0..0..0....0..0..1..1..1....1..1..2..2..2
%e A250759 ..1..1..1..2..2....2..2..2..2..2....1..1..2..2..2....0..0..1..1..1
%e A250759 ..0..1..1..2..2....1..1..1..2..2....0..0..1..2..2....0..0..1..1..2
%Y A250759 Row 4 of A250755.
%K A250759 nonn
%O A250759 1,1
%A A250759 _R. H. Hardin_, Nov 27 2014