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 A208324 #6 Feb 22 2013 14:40:27 %S A208324 1,2,4,3,10,8,4,18,28,16,5,28,64,72,32,6,40,120,200,176,64,7,54,200, %T A208324 440,576,416,128,8,70,308,840,1456,1568,960,256,9,88,448,1456,3136, %U A208324 4480,4096,2176,512,10,108,624,2352,6048,10752,13056,10368,4864 %N A208324 Triangle T(n,k), read by rows, given by (2, -1/2, 1/2, 0, 0, 0, 0, 0, 0, 0, ...) DELTA (4, -2, 0, 0, 0, 0, 0, 0, 0, 0, ...) where DELTA is the operator defined in A084938. %C A208324 Row sums are A134931(n). %C A208324 Diagonal sums are A140253(n). %C A208324 Compare this sequence with A207627. %C A208324 Column k is divisible by 2^k. %F A208324 T(n,0) = n+1. %F A208324 T(n,1) = 2*T(n,0) + T(n-1,1). %F A208324 T(n,k) = 2*T(n-1,k-1) + T(n-1,k) for k>1. %F A208324 T(n,k) = 2*T(n-1,k) + 2*T(n-1,k-1) - T(n-2,k) - 2*T(n-2,k-1) with T(0,0) = 1, T(1,0) = 2, T(1,1) = 4. %F A208324 G.f.: (1+2*y*x)/(1-2*(1+y)*x+(1+2*y)*x^2). %e A208324 Triangle begins : %e A208324 1 %e A208324 2, 4 %e A208324 3, 10, 8 %e A208324 4, 18, 28, 16 %e A208324 5, 28, 64, 72, 32 %e A208324 6, 40, 120, 200, 176, 64 %e A208324 7, 54, 200, 440, 576, 416, 128 %e A208324 8, 70, 308, 840, 1456, 1568, 960, 256 %e A208324 9, 88, 448, 1456, 3136, 4480, 4096, 2176, 512 %e A208324 10, 108, 624, 2352, 6048, 10752, 13056, 10368, 4864, 1024 %Y A208324 Cf. A207627 %K A208324 easy,nonn,tabl %O A208324 0,2 %A A208324 _Philippe Deléham_, Feb 25 2012