357760
domain: N
Appears in sequences
- a(n) = binomial(2 + 2^n,3).at n=7A092055
- Square table read by downward antidiagonals where T(n,k) = binomial(n+2^k-1,n).at n=58A092056
- Triangle, read by rows, where T(n,k) = C(2^k + n-k-1, n-k).at n=62A137153
- a(n) = (p+1)*(p+2)*(p+3)/6 where p is the n-th prime.at n=30A271512
- a(n) = (5*n + 3)*(5*n + 4)*(5*n + 5)/6.at n=25A300522
- Table read by downward antidiagonals: T(n,k) is the number of tilings of the n X k cylinder up to horizontal reflections by two tiles that are each fixed under horizontal reflection.at n=38A368258