Knuth (in arXiv:math/9207222 [math.CA], page 10) gives an odd polynomial identity like
$$n^{2m-1} = \sum_{k=1}^{m} (2k-1)! T(2m,2k) \binom{n+k-1}{2k-1},$$
where $T(m,k)$ is cental factorial numbers. However, the following identity holds as well
$$(2k-1)! T(2m,2k) = \frac{1}{k} \sum_{j=0}^{k} (-1)^j \binom{2k}{j} (k-j)^{2m} \quad \quad (1.0)$$ Or by symmetry of binomial coefficients $$(2k-1)! T(2m,2k) = \frac{1}{k} \sum_{j=0}^{k} (-1)^{k-j} \binom{2k}{k-j} j^{2m} \quad \quad (1.1)$$ The question: Is there any reference to identities (1.0), (1.1) ?
Alternative question: Prove the identities (1.0), (1.1)
PS It might seem that (1.0) is got from stirling numbers of second kind PSS Bounty started
Some references: We find in
Combinatorial Identities by J. Riordan (1963), ch. 6.5 the formula (24): \begin{align*} k!T(n,k)=\sum_{j=0}\binom{k}{j}(-1)^j\left(\frac{1}{2}k-j\right)^n\tag{24} \end{align*}
The divided central differences of zero by L. Carlitz and J. Riordan (1961) the formula (10a): \begin{align*} K_{rs} = \frac{1}{(2s)!}\sum_{t=0}^{2s}(-1)^t\binom{2s}{t}(s-t)^{2r+2}\tag{10a} \end{align*}
Interpolation by J.F. Steffenson (1927) section 58:
The development of $x^r$ in central factorials \begin{align*} x^r=\sum_0^r x^{[\nu]}\frac{\delta^{\nu}0^r}{\nu!} \end{align*} leads to central differences of nothing, that is \begin{align*} \delta^m0^r=\sum_0^m(-1)^{\nu}\binom{m}{\nu}\left(\frac{m}{2}-\nu\right)^r \end{align*}
Comment: The meaning of the left hand side $\delta^m0^r$ is given in the derivation below.
Here I'd like to show the derivation of (24) above following J. Riordan. It is based upon three ingredients: operators, a recurrence relation and Newton's formula.
Operators: We recall the shift operator $E^a$ and the difference operator $\Delta$:
\begin{align*} E^af(x)&=f(x+a)\\ \Delta f(x)&=f(x+1)-f(x) \end{align*} and introduce the central difference operator $\delta$: \begin{align*} \delta f(x)=f\left(x+\frac{1}{2}\right)-f\left(x-\frac{1}{2}\right) \end{align*}
Note that (3) has already the shape of (24). So, this step looks promising and it's interesting to see how J. Riordan continues. The next step is to introduce the main actor.
Central factorials: We denote with $x^{[n]}$ the central factorial defined as
The recurrence relation reminds us on $\frac{d}{dx}x^n=nx^{n-1}$ and we will use it accordingly.
Newton's formula:
We consider a series expansion of $f(x)$ in terms of $x^{[n]}$ and apply the central difference operator $\delta$:
\begin{align*} f(x)&=\sum_{n\geq 0}a_nx^{[n]}\\ \delta^j f(x)&=\sum_{n\geq 0}a_n\delta^j x^{[n]}=\sum_{n\geq 0}a_n n^{\underline{j}}x^{[n-j]}\tag{5}\\ \delta^j f(0)&=\sum_{n\geq 0}a_n n^{\underline{j}}\delta_{n,j}=a_jj!\tag{6} \end{align*}
Comment:
In (5) we apply the central difference operator $\delta$ $j$ times and use the recurrence relation (4).
In (6) we evaluate $f(x)$ at $x=0$ using the Kronecker delta symbol.