Triangle read by rows: T(n, k) = (-1)^(n + 1)*L(n) * M(n, k) where M is the inverse of the matrix generated by the triangle A368846 and L(n) is the lcm of the denominators of the terms in the n-th row of M.
As has been observed by T. Curtright, the absolute value of the nonzero terms in row n of the triangle is monotonically decreasing, and the absolute value of each nonzero term T(n, k) is greater than the sum of the absolute value of the terms in the tail of that row.
The sum of the n-th row divided by the lcm of the n-th row of A368848 is the Bernoulli number B(2*n).