I have found an interesting identity for n! , but my proof is slightly complicated using Bernoulli numbers. Can somebody find some simple proof of the following formula? $$(-1)^n n!=\sum_{k=2}^{n+1}(-1)^{k+1}\binom{n+1}{k}\sum_{i=1}^{k-1}i^n,\quad n\in N$$
It is interestig, that for Bernoulli numbers $b_{2n}$ we have very similar formula: $$b_{2n}=\sum_{k=2}^{2n+1}\frac{(-1)^{k+1}}{k}\binom{2n+1}{k}\sum_{i=1}^{k-1}i^{2n},\quad n\in N$$
where $b_{2n}$ can be defined from the equations: $$ b_0=1,\quad b_k=-\frac{1}{k+1}\sum_{i=0}^{k-1}\binom{k+1}{i} b_i,\quad k=1,2,3,\dots, $$