365810
domain: N
Appears in sequences
- Number of length n+3 0..4 arrays with no consecutive four elements summing to more than 2*4.at n=5A241960
- T(n,k)=Number of length n+3 0..k arrays with no consecutive four elements summing to more than 2*k.at n=41A241964
- Number of length 6+3 0..n arrays with no consecutive four elements summing to more than 2*n.at n=3A241969
- Triangle read by rows: T(n,k) is the coefficient A_k in the transformation Sum_{k=0..n} (k+1)*x^k = Sum_{k=0..n} A_k*(x-3)^k.at n=49A246799