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.

A113140 Diagonal sums of a Delannoy related triangle.

Original entry on oeis.org

1, 3, 14, 68, 347, 1819, 9712, 52532, 286905, 1578679, 8738278, 48601968, 271406347, 1520725095, 8545396208, 48138689272, 271768537793, 1537212749339, 8709732836238, 49423440297324, 280835252080651, 1597731101233763
Offset: 0

Views

Author

Paul Barry, Oct 15 2005

Keywords

Comments

Diagonal sums of A113139.

Formula

a(n)=sum{k=0..floor(n/2), sum{j=0..n-k, C(n-2k, j)C(n-k+j, k+j)}}.