232676280
domain: N
Appears in sequences
- a(n) = 3*binomial(2n-1,n).at n=14A003409
- Central elements of the (1,2)-Pascal triangle A029635.at n=15A029651
- a(0) = 1; for n > 0, a(n) = binomial(n, floor(n/2)) + binomial(n-1, floor(n/2)).at n=30A050168
- Number of ways to select 15 knights from n knights sitting at a round table if no adjacent knights are chosen.at n=15A188225