login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A113140
Diagonal sums of a Delannoy related triangle.
1
1, 3, 14, 68, 347, 1819, 9712, 52532, 286905, 1578679, 8738278, 48601968, 271406347, 1520725095, 8545396208, 48138689272, 271768537793, 1537212749339, 8709732836238, 49423440297324, 280835252080651, 1597731101233763
OFFSET
0,2
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)}}.
CROSSREFS
Sequence in context: A354503 A181662 A241478 * A151324 A121185 A276904
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 15 2005
STATUS
approved