5702870
domain: N
Appears in sequences
- Third column of triangle A054450 (partial row sums of unsigned Chebyshev triangle A049310).at n=31A054451
- Partial sums of A027941(n-1) with a(-1) = 0.at n=17A054452
- a(n) = Sum_{k=0..floor(n/2)} binomial(n-k+3, k).at n=30A099571
- Antidiagonal sums of triangular array T defined in A014430: T(j,k) = binomial(j+1, k) - 1 for 1 <= k <= j.at n=30A129696
- Convolution of (1,-1,2,-2,3,-3,...) and A000045 (Fibonacci numbers).at n=33A213043
- a(0) = a(1) = 1; for n>1, a(n) = a(n-1) + a(n-2) + floor(n/2).at n=31A215004