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”).

A050160
T(n,k) = S(2n,n-1,k-1), 0 <= k <= n, n >= 0, array S as in A050157.
0
0, 1, 1, 2, 3, 4, 5, 9, 14, 15, 14, 28, 48, 55, 56, 42, 90, 165, 200, 209, 210, 132, 297, 572, 726, 780, 791, 792, 429, 1001, 2002, 2639, 2912, 2989, 3002, 3003, 1430, 3432, 7072, 9620, 10880, 11320, 11424, 11439, 11440, 4862, 11934, 25194, 35190, 40698, 42942
OFFSET
0,4
FORMULA
T(n, k) = Sum_{j=0..k} t(n, j), array t as in A050145.
EXAMPLE
Rows: {0}; {1,1}; {2,3,4}; ...
CROSSREFS
Sequence in context: A337647 A346600 A217376 * A230769 A099472 A191321
KEYWORD
nonn,tabl
EXTENSIONS
a(9) corrected and more terms from Sean A. Irvine, Aug 08 2021
STATUS
approved