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 A188316 #16 Jan 17 2014 04:28:43 %S A188316 1,0,1,1,1,1,0,3,2,1,1,3,6,3,1,0,6,10,10,4,1,1,6,20,22,15,5,1,0,10,30, %T A188316 49,40,21,6,1,1,10,50,91,100,65,28,7,1,0,15,70,168,216,181,98,36,8,1, %U A188316 1,15,105,280,444,441,301,140,45,9,1 %N A188316 Riordan array (1/(1-x^2), x/((1-x)*(1-x^2))). %C A188316 Row sums are A077998. %C A188316 Diagonal sums are A052547. %C A188316 Inverse is A188317. %F A188316 T(n,k) = T(n-1,k) + T(n-1,k-1) + T(n-2,k) - T(n-3,k), T(0,0) = T(1,1) = T(2,0) = T(2,1) = T(2,2)=1, T(1,0)=0, T(n,k)=0 if k<0 or if k>n. - _Philippe Deléham_, Jan 16 2014 %e A188316 Triangle begins %e A188316 1, %e A188316 0, 1, %e A188316 1, 1, 1, %e A188316 0, 3, 2, 1, %e A188316 1, 3, 6, 3, 1, %e A188316 0, 6, 10, 10, 4, 1, %e A188316 1, 6, 20, 22, 15, 5, 1, %e A188316 0, 10, 30, 49, 40, 21, 6, 1, %e A188316 1, 10, 50, 91, 100, 65, 28, 7, 1, %e A188316 0, 15, 70, 168, 216, 181, 98, 36, 8, 1 %K A188316 nonn,tabl %O A188316 0,8 %A A188316 _Paul Barry_, Mar 28 2011