701075
domain: N
Appears in sequences
- Sum along upward diagonal of Pascal triangle to center.at n=29A010752
- Sum along upward diagonal of Pascal triangle up to (but not including) center.at n=29A010753
- T(n,0) + T(n,1) + ... + T(n,n), T given by A026670.at n=18A026677
- a(n) = T(n,0) + T(n,1) + ... + T(n,[ n/2 ]), T given by A026670.at n=19A026678
- a(n) = Sum_{k=0..floor(n/2)} T(n,k), T given by A026725.at n=19A026733
- T(n,n-5), array T as in A038738.at n=9A038742
- Convolution of (shifted) A026671 with A000984 (central binomial coefficients of even order).at n=10A054441