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 A182412 #8 Feb 22 2013 14:39:46 %S A182412 1,1,1,3,6,3,5,17,19,7,11,48,80,60,17,21,119,270,308,177,41,43,290, %T A182412 823,1256,1087,506,99,85,677,2321,4447,5147,3601,1411,239,171,1556, %U A182412 6234,14360,20806,19424,11416,3864,577 %N A182412 Triangle T(n,k), read by rows, given by (1, 2, -2, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (1, 2, -1, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938. %C A182412 Antidiagonal sums are in A077995. %F A182412 G.f.: (1-y*x)/(1-(1+2*y)*x-(2+3*y+y^2)*x^2) %F A182412 T(n,k) = T(n-1,k) + 2*T(n-1,k-1) + 2*T(n-2,k) + 3*T(n-2,k-1) + T(n-2,k-2), T(0,0) = T(1,0) = T(1,1) = 1, T(2,0) = T(2,2) = 3, T(2,1) = 6 and T(n,k) = 0 if k<0 or if k>n. %F A182412 T(n,n) = A001333(n), T(n,0) = A001045(n+1). %F A182412 Sum_{k, 0<=k<=n} T(n,k)*(-1)^k = A000007(n). %e A182412 Triangle begins %e A182412 1 %e A182412 1, 1 %e A182412 3, 6, 3 %e A182412 5, 17, 19, 7 %e A182412 11, 48, 80, 60, 17 %e A182412 21, 119, 270, 308, 177, 41 %e A182412 43, 290, 823, 1256, 1087, 506, 99 %e A182412 85, 677, 2321, 4447, 5147, 3601, 1411, 239 %Y A182412 Cf. A001045, A001333, A077995, %K A182412 easy,nonn,tabl %O A182412 0,4 %A A182412 _Philippe Deléham_, Apr 27 2012