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 A115450 #2 Mar 30 2012 18:59:13 %S A115450 1,2,-1,4,-3,1,8,-6,3,-1,16,-12,7,-3,1,32,-24,14,-7,3,-1,64,-48,28, %T A115450 -15,7,-3,1,128,-96,56,-30,15,-7,3,-1,256,-192,112,-60,31,-15,7,-3,1, %U A115450 512,-384,224,-120,62,-31,15,-7,3,-1,1024,-768,448,-240,124,-63,31,-15,7,-3,1,2048,-1536,896,-480,248,-126,63,-31,15,-7,3 %N A115450 Number triangle (1/((1-x)(1-2x)),-x)-(x/((1-x)(1-2x)),-x^2) (expressed in the notation of Riordan arrays). %C A115450 Row sums are A115451. Inverse is A115452. Row sums of inverse matrix are the Fredholm-Rueppel sequence A036987. %F A115450 Column k has g.f. 1/((1-x)(1-2x))*(-x)^k*(1-x^(k+1)); Number triangle T(n, k)=(if(k<=n, 2^(n-k+1)-1, 0)-if(k<=floor(n/2), 2^(n-2k)-1, 0))(-1)^k. %e A115450 Triangle begins %e A115450 1, %e A115450 2, -1, %e A115450 4, -3, 1, %e A115450 8, -6, 3, -1, %e A115450 16, -12, 7, -3, 1, %e A115450 32, -24, 14, -7, 3, -1, %e A115450 64, -48, 28, -15, 7, -3, 1, %e A115450 128, -96, 56, -30, 15, -7, 3, -1, %e A115450 256, -192, 112, -60, 31, -15, 7, -3, 1, %e A115450 512, -384, 224, -120, 62, -31, 15, -7, 3, -1, %e A115450 1024, -768, 448, -240, 124, -63, 31, -15, 7, -3, 1, %e A115450 2048, -1536, 896, -480, 248, -126, 63, -31, 15, -7, 3, -1, %e A115450 4096, -3072, 1792, -960, 496, -252, 127, -63, 31, -15, 7, -3, 1 %K A115450 easy,sign,tabl %O A115450 0,2 %A A115450 _Paul Barry_, Jan 22 2006