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 A323968 #7 Feb 09 2019 19:40:04 %S A323968 1,3,16,94,386,1247,3423,8342,18546,38304,74451,137503,243103,413858, %T A323968 681632,1090365,1699493,2588049,3859530,5647620,8122864,11500393, %U A323968 16048805,22100312,30062268,40430198,53802453,70896621,92567829,119829076,153873742,196100423 %N A323968 Number of 4 X n integer matrices (m_{i,j}) such that m_{1,1}=0, m_{4,n}=2, and all rows, columns, and falling diagonals are (weakly) monotonic without jumps of 2. %H A323968 Alois P. Heinz, <a href="/A323968/b323968.txt">Table of n, a(n) for n = 0..10000</a> %H A323968 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1). %F A323968 G.f.: -(2*x^9-15*x^8+47*x^7-78*x^6+65*x^5-10*x^4-26*x^3+25*x^2-6*x+1)/(x-1)^9. %p A323968 a:= n-> `if`(n=0, 1, 3+((((((((5*n+100)*n+826)*n+4984)*n+15925)*n %p A323968 +20020)*n-16756)*n-25104)*n)/40320): %p A323968 seq(a(n), n=0..35); %Y A323968 Row (or column) 4 of array in A323846. %K A323968 nonn,easy %O A323968 0,2 %A A323968 _Alois P. Heinz_, Feb 09 2019