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.

A171380 Expansion of the first column of triangle T_(1,x), T(x,y) defined in A039599; T_(1,0)= A061554, T_(1,1)= A064189, T_(1,2)= A039599, T_(1,3)= A110877, T_(1,4)= A124576.

Original entry on oeis.org

1, 1, 0, 2, 0, 0, 3, 1, 0, 0, 6, 2, 1, 0, 0, 10, 8, 2, 1, 0, 0, 20, 16, 12, 2, 1, 0, 0, 35, 47, 25, 17, 2, 1, 0, 0, 70, 94, 97, 36, 23, 2, 1, 0, 0, 126, 244, 204, 179, 49, 30, 2, 1, 0, 0
Offset: 0

Views

Author

Philippe Deléham, Dec 07 2009

Keywords

Comments

Diagonal sums: A089324.
Equal to A092107*B^(-1) = A092107*A130595 as lower triangular arrays. - Philippe Deléham, Dec 10 2009

Examples

			Triangle begins:
   1;
   1, 0;
   2, 0, 0;
   3, 1, 0, 0;
   6, 2, 1, 0, 0;
  10, 8, 2, 1, 0, 0;
  ...
		

Crossrefs

Formula

Sum_{k=0..n} T(n,k)*x^k = A001405(n), A001006(n), A000108(n), A033321(n) for x = 0, 1, 2, 3 respectively.