-61047domain: ZAppears in sequencesThe r-th term of the n-th row of the following array contains the sum of r successively decreasing integers beginning from n, 0 < r <= n (see Example).at n=26A110426a(n) = 3*a(n-2) - a(n-3) with a(0)=0, a(1)=3, a(2)=0.at n=18A214699