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.

Showing 1-1 of 1 results.

A109962 Inverse of Riordan array (1/(1-x), x/(1-x)^4), A109960.

Original entry on oeis.org

1, -1, 1, 4, -5, 1, -22, 30, -9, 1, 140, -200, 72, -13, 1, -969, 1425, -570, 130, -17, 1, 7084, -10626, 4554, -1196, 204, -21, 1, -53820, 81900, -36855, 10647, -2142, 294, -25, 1, 420732, -647280, 302064, -93496, 21080, -3472, 400, -29, 1, -3362260, 5217300, -2504304, 816816, -200277, 37485, -5250, 522
Offset: 0

Views

Author

Paul Barry, Jul 06 2005

Keywords

Comments

Riordan array (g,f) where f/(1-f)^4=x and g=1/(1-f). First column is (-1)^n*A002293(n). Diagonal sums are A109963.

Examples

			Triangle begins:
     1;
    -1,    1;
     4,   -5,    1;
   -22,   30,   -9,   1;
   140, -200,   72, -13,   1;
  -969, 1425, -570, 130, -17, 1;
  ...
		

Crossrefs

Formula

Number triangle T(n, k)=(-1)^(n-k)*((4k+1)/(3n+k+1))*binomial(4n, n-k).
Showing 1-1 of 1 results.