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.

A155050 A symmetric Catalan based triangle.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 5, 2, 1, 1, 1, 1, 2, 5, 5, 2, 1, 1, 1, 1, 2, 5, 14, 5, 2, 1, 1, 1, 1, 2, 5, 14, 14, 5, 2, 1, 1, 1, 1, 2, 5, 14, 42, 14, 5, 2, 1, 1, 1, 1, 2, 5, 14, 42, 42, 14, 5, 2, 1, 1, 1, 1, 2, 5, 14, 42, 132, 42, 14, 5, 2, 1, 1
Offset: 0

Views

Author

Paul Barry, Jan 19 2009

Keywords

Comments

Central coefficients are A000108. Row sums are A155051.
Image under Riordan array ((1+x)/(1-x),x)^{-1} is A155052.

Examples

			Triangle begins
1,
1, 1,
1, 1, 1,
1, 1, 1, 1,
1, 1, 2, 1, 1,
1, 1, 2, 2, 1, 1,
1, 1, 2, 5, 2, 1, 1,
1, 1, 2, 5, 5, 2, 1, 1,
1, 1, 2, 5, 14, 5, 2, 1, 1,
1, 1, 2, 5, 14, 14, 5, 2, 1, 1,
1, 1, 2, 5, 14, 42, 14, 5, 2, 1, 1
		

Crossrefs

Formula

Number triangle T(n,k)=sum{j=0..n, [j<=k]*[j<=n-k]*(ct(j+1)-ct(j))} where ct(n):=if(n=0,0,A000108(n-1)).
T(n,k) = A000108(min(k, n-k)). - Philippe Deléham, Feb 26 2014