27350
domain: N
Appears in sequences
- Dying rabbits: a(n) = a(n-1) + a(n-2) - a(n-11).at n=23A023441
- Consider all integer triples (i,j,k), j,k>0, with i^3=j^3+binomial(k+2,3), ordered by increasing i; sequence gives j values.at n=26A054235
- Partial sums of A160414.at n=30A161325
- Prime sieve of the square root of 2.at n=16A248831
- Number of rooted trees with n nodes such that no more than three subtrees of the same size extend from the same node.at n=14A318797
- a(n) = Sum_{k=0..n} binomial(n, k)*HT(n, k) = Sum_{k=0..n} (-1)^(n-k)*binomial(n, k)*HT(n, k), where HT(n, k) is the Hermite triangle A099174.at n=8A344501