71434
domain: N
Appears in sequences
- Number of partitions of n containing at least one part m-5 if m is the largest part.at n=46A212545
- a(n) = prime(n)*(prime(n-1) + prime(n+1)).at n=41A357679
- Irregular triangle read by rows: T(n,k) is number of sequences of length k over {0,1,...,n-1} containing no two consecutive blocks with the same average, n >= 1, 0 <= k <= A379914(n).at n=60A379998
- a(n) = Sum_{k=0..floor(n/2)} binomial(n,k) * binomial(2*k,n-2*k).at n=12A387288