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.

A323969 Number of 5 X n integer matrices (m_{i,j}) such that m_{1,1}=0, m_{5,n}=2, and all rows, columns, and falling diagonals are (weakly) monotonic without jumps of 2.

This page as a plain text file.
%I A323969 #4 Feb 09 2019 19:51:56
%S A323969 1,6,41,266,1247,4657,14795,41586,106067,249814,550334,1145148,
%T A323969 2268140,4302757,7857830,13873160,23763590,39612078,64424311,
%U A323969 102459670,159655885,244167521,367041525,543056454,791755709,1138709134,1617041716,2269272856,3149514786
%N A323969 Number of 5 X n integer matrices (m_{i,j}) such that m_{1,1}=0, m_{5,n}=2, and all rows, columns, and falling diagonals are (weakly) monotonic without jumps of 2.
%H A323969 Alois P. Heinz, <a href="/A323969/b323969.txt">Table of n, a(n) for n = 0..10000</a>
%F A323969 G.f.: -(3*x^11 -29*x^10 +125*x^9 -314*x^8 +501*x^7 -517*x^6 +323*x^5 -84*x^4 -20*x^3 +30*x^2 -5*x+1) / (x-1)^11.
%Y A323969 Row (or column) 5 of array in A323846.
%K A323969 nonn,easy
%O A323969 0,2
%A A323969 _Alois P. Heinz_, Feb 09 2019