login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A115253 "Correlation triangle" for Catalan numbers. 2

%I #8 Jul 11 2020 17:18:26

%S 1,1,1,2,2,2,5,3,3,5,14,7,6,7,14,42,19,13,13,19,42,132,56,35,31,35,56,

%T 132,429,174,103,83,83,103,174,429,1430,561,320,245,227,245,320,561,

%U 1430,4862,1859,1032,763,671,671,763,1032,1859,4862,16796,6292,3421

%N "Correlation triangle" for Catalan numbers.

%C Row sums are A094639. Diagonal sums are A115254. Corresponds to the triangle of antidiagonals of the correlation matrix of the sequence array for C(n).

%F G.f.: c(x)c(x*y)/(1-x^2*y) where c(x) is the g.f. of A000108 (format due to Christian G. Bower).

%F T(n, k) = sum{j=0..n, [j<=k]*C(k-j)[j<=n-k]*C(n-k-j)}.

%F O.g.f.: F(z,v) = 1/4 ((1-sqrt(1-4 z)) (1-sqrt(-4 v z+1)))/(z^2 v (-v z^2+1)). - _Yu-Sheng Chang_, Jun 12 2020

%e Triangle begins

%e 1;

%e 1, 1;

%e 2, 2, 2;

%e 5, 3, 3, 5;

%e 14, 7, 6, 7, 14;

%e 42, 19, 13, 13, 19, 42;

%K easy,nonn,tabl

%O 0,4

%A _Paul Barry_, Jan 18 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)