Loosely related to this question, I encountered a recursive sequence of integers $(b(j,n))_{j\in\mathbb Z,n\in\mathbb N}$ given by
$$ b(0,1)=-1\qquad b(j,n)=0\text{ if }j<0\text{ or }j\geq n\\ b(j,n+1)=b(j,n)(2j-n)+b(j-1,n)(2j-3n-1)\text{ for all }n\in\mathbb N, j\in\lbrace 0,\ldots,n\rbrace.\tag{1} $$
Note that the non-vanishing terms of $(b(j,n))_{j\in\mathbb Z,n\in\mathbb N}$ form a triangle $$ \begin{matrix} &\underline{j=0}&\underline{j=1}&\ldots&&\\ n=1\,|&-1 &&&&\\ n=2\,|&\hphantom{-}1 &\hphantom{-}2&&&\\ \vdots&-2 &-5&-6&&\\ &\hphantom{-}6 &\hphantom{-}21 &\hphantom{-}24 &\hphantom{-}24&\\ &-24 &-108 &-189 &-120 &-120 \end{matrix} $$
Now explicit calculations suggest that one can attach polynomial weights in $j$ and $n$ to the $b(j,n)$ such that the sum over any row vanishes. More precisely:
Conjecture. For any $n\in\mathbb N$ $$ \sum_{j=0}^{n-1} b(j,n)\big( 32j^3-32(2n-1)j^2 +2(22n^2-30n+13)j-(n-1)(2n-1)(5n-6) \big)=0 $$
I believe this to be true, but so far I was not able to prove it. The problem with induction here is that when using (1) in the induction step, the weight gets $j^4$-terms which then can't be directly connected to (2) anymore.
The obvious way would be trying to find a closed form for the $b(j,n)$ but that seems quite difficult and I was hoping there would be an easier, "intrinsic" (only using the recursion or other properties of the sequence) way of proving this. I'm aware of the generating functions ansatz but as the "weights" in (1) depend on $j,n$ this seems to not work directly either.
Thanks in advance for any answer or comment!
Edit: just to vizualize the problem, the first non-vanishing elements of the sequence in question $\scriptstyle\big(b(j,n)(32j^3-32(2n-1)j^2 +2(22n^2-30n+13)j-(n-1)(2n-1)(5n-6))\big)_{j\in\mathbb Z,n\in\mathbb N}$ are given by
$$ \begin{matrix} &\underline{j=0}&\underline{j=1}&\ldots&&\\ n=1\,|&0 &&&&\\ n=2\,|&-12&\hphantom{-}12&&&\\ \vdots&\hphantom{-}180 &-120& -60&&\\ &-1764 &\hphantom{-}84 &\hphantom{-}1104 &\hphantom{-}576&\\ &\hphantom{-}16416 &\hphantom{-}12312 &-13608 &-7920 &-7200 \end{matrix} $$
Now it is evident that any row here sums up to 0.