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.

A185678 Riordan array (((1+x)/(1-x-x^2))^m, x*A000108(x)), m=3.

Original entry on oeis.org

1, 6, 1, 21, 7, 1, 59, 29, 8, 1, 147, 97, 38, 9, 1, 339, 292, 145, 48, 10, 1, 741, 835, 496, 204, 59, 11, 1, 1557, 2347, 1606, 771, 275, 71, 12, 1, 3174, 6640, 5083, 2736, 1130, 359, 84, 13, 1, 6317, 19220, 16046, 9406, 4323, 1587, 457, 98, 14, 1, 12330, 57469, 51152, 31932, 15886, 6480, 2157, 570, 113, 15, 1
Offset: 0

Views

Author

Vladimir Kruchinin, Feb 09 2011

Keywords

Examples

			1;
6,1;
21,7,1;
59,29,8,1;
147,97,38,9,1;
339,292,145,48,10,1;
741,835,496,204,59,11,1;
1557,2347,1606,771,275,71,12,1;
		

Crossrefs

Cf. A185675 (m=1), A185676 (m=2).

Formula

R(n,k,m) = k*sum(i=0..n-k, sum(j=m..i+m, binomial(j-1,m-1) * binomial(j,i+m-j)) * binomial(2*(n-i)-k-1,n-i-1)/(n-i)), k>0, m=3, R(n,0,m)=sum(i=m..n+m, binomial(i-1,m-1) * binomial(i,n+m-i)).
Showing 1-1 of 1 results.