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.

A250848 Number of (n+1) X (3+1) 0..3 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction.

This page as a plain text file.
%I A250848 #10 Nov 21 2018 09:17:47
%S A250848 1225,8037,44797,223933,1043885,4648157,20067117,84805533,353060845,
%T A250848 1454214877,5943685037,24157039133,97778698605,394573711197,
%U A250848 1588686176557,6385947864733,25637459261165,102830957105117
%N A250848 Number of (n+1) X (3+1) 0..3 arrays with nondecreasing x(i,j)-x(i,j-1) in the i direction and nondecreasing min(x(i,j),x(i-1,j)) in the j direction.
%H A250848 R. H. Hardin, <a href="/A250848/b250848.txt">Table of n, a(n) for n = 1..210</a>
%F A250848 Empirical: a(n) = 10*a(n-1) - 35*a(n-2) + 50*a(n-3) - 24*a(n-4); a(n) = (18104*4^n - 26144*3^n + 10680*2^n - 644)/12.
%F A250848 Empirical g.f.: x*(1225 - 4213*x + 7302*x^2 - 3992*x^3) / ((1 - x)*(1 - 2*x)*(1 - 3*x)*(1 - 4*x)). -_Colin Barker_, Nov 21 2018
%e A250848 Some solutions for n=3:
%e A250848 ..3..1..1..1....2..2..2..2....3..3..2..3....1..1..0..0....1..1..1..1
%e A250848 ..1..1..1..1....1..2..2..3....2..2..2..3....0..0..0..0....1..1..3..3
%e A250848 ..1..1..3..3....1..2..2..3....0..1..1..2....2..2..3..3....0..0..2..2
%e A250848 ..1..1..3..3....0..1..2..3....0..1..1..3....2..2..3..3....0..1..3..3
%Y A250848 Column 3 of A250853.
%K A250848 nonn
%O A250848 1,1
%A A250848 _R. H. Hardin_, Nov 28 2014