Let $$ a_n = \sum_{k=0}^n \binom{n + 1}{k}b_k. $$ I am trying to write $b_n$ in terms of $a_k$.
Of course, if the binomial coefficient was $\binom{n}{k}$ instead of $\binom{n + 1}{k}$, then this is simple to do using the binomial transform, $$ c_n = \sum_{k=0}^n\binom{n}{k}d_k \iff d_n = \sum_{k=0}^n\binom{n}{k}(-1)^{n-k}c_k. $$ But in my case I'm at a loss. I tried using Pascal's identity, thinking I might be able to use the formula for the binomial transform if I could get $a_n$ expressed in terms of $b_k$ in the right way. This got me to $$ a_n = \sum_{k=0}^n \binom{n}{k}b_k + \sum_{k=0}^{n-1}\binom{n}{k}b_{k + 1}, $$ which is almost right, but not quite. Is there a simple way to do this?