28366
domain: N
Appears in sequences
- Number of length n+5 0..5 arrays with every six consecutive terms having two times the sum of some two elements equal to the sum of the remaining four.at n=1A249082
- T(n,k) = Number of length n+5 0..k arrays with every six consecutive terms having two times the sum of some two elements equal to the sum of the remaining four.at n=16A249085
- Number of length 2+5 0..n arrays with every six consecutive terms having two times the sum of some two elements equal to the sum of the remaining four.at n=4A249087
- a(1) = 1, a(2) = 2; for n >= 3, a(n) = (n-1)^3 - a(n-1) - a(n-2).at n=43A361134