2265815domain: NAppears in sequencesa(n) = Sum_{k=m..n} T(k,n-k), where m = floor((n+1)/2); a(n) is the n-th diagonal-sum of left justified array T given by A027935.at n=37A027947Sequence equals its 4th differences shifted by one index.at n=18A137166a(n) = 3*a(n-1)-3*a(n-2)+a(n-3)+a(n-4).at n=24A138653