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 A123254 #6 Sep 08 2013 13:30:57 %S A123254 1,-1,1,0,0,0,1,-3,3,-1,0,0,0,0,0,-2,10,-20,20,-10,2,0,0,0,0,0,0,0,5, %T A123254 -35,105,-175,175,-105,35,-5,0,0,0,0,0,0,0,0,0,-14,126,-504,1176, %U A123254 -1764,1764,-1176,504,-126,14,0,0,0,0,0,0,0,0,0,0,0 %N A123254 Triangle T(n,k), 0<=k<=n, read by rows given by [ -1,1,-1,1,-1,1,-1,1,-1,1,...] DELTA [1,-1,1,-1,1,-1,1,-1,1,-1,...] where DELTA is the operator defined in A084938. %F A123254 T(n,k)=(-1)^k*A105523(n)*binomial(n,k) . T(n,n)=A090192(n) . Sum_{k, 0<=k<=n}T(n,k)= 0^n= A000007(n). %e A123254 Triangle begins: %e A123254 1; %e A123254 -1, 1; %e A123254 0, 0, 0; %e A123254 1, -3, 3, -1; %e A123254 0, 0, 0, 0, 0; %e A123254 -2, 10, -20, 20, -10, 2; %e A123254 0, 0, 0, 0, 0, 0, 0; %e A123254 5, -35, 105, -175, 175, -106, 35, -5; %e A123254 0, 0, 0, 0, 0, 0, 0, 0, 0; %Y A123254 Cf. A000108, A007318. %K A123254 sign,tabl %O A123254 0,8 %A A123254 _Philippe Deléham_, Oct 08 2006