cp's OEIS Frontend

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.

A128414 Riordan array ((1-2x)/(1+2x),x/(1+2x)^2).

This page as a plain text file.
%I A128414 #7 Jan 18 2014 06:41:08
%S A128414 1,-4,1,8,-8,1,-16,36,-12,1,32,-128,80,-16,1,-64,400,-400,140,-20,1,
%T A128414 128,-1152,1680,-896,216,-24,1,-256,3136,-6272,4704,-1680,308,-28,1,
%U A128414 512,-8192,21504,-21504,10560,-2816
%N A128414 Riordan array ((1-2x)/(1+2x),x/(1+2x)^2).
%C A128414 Inverse is A128417. Row sums are A128415. Diagonal sums are A128416.
%F A128414 T(n,k) = 2^(n-k)*A110162(n,k). - _Philippe Deléham_, Jan 18 2014
%F A128414 T(n,k) = T(n-1,k-1) - 4*T(n-1,k) - 4*T(n-2,k), T(0,0) = T(1,1) = T(2,2) = 1, T(1,0) = -4, T(2,0) = 8, T(2,1) = -8, T(n,k) = 0 if k<0 or if k>n. - _Philippe Deléham_, Jan 18 2014
%e A128414 Triangle begins
%e A128414 1;
%e A128414 -4, 1;
%e A128414 8, -8, 1;
%e A128414 -16, 36, -12, 1;
%e A128414 32, -128, 80, -16, 1;
%e A128414 -64, 400, -400, 140, -20, 1;
%e A128414 128, -1152, 1680, -896, 216, -24, 1;
%e A128414 -256, 3136, -6272, 4704, -1680, 308, -28, 1;
%e A128414 512, -8192, 21504, -21504, 10560, -2816, 416, -32, 1;
%Y A128414 Cf. A128413.
%K A128414 easy,sign,tabl
%O A128414 0,2
%A A128414 _Paul Barry_, Mar 02 2007