It seems that the $n$th cumulant of the uniform distribution on the interval $[-1,0]$ is $B_n/n$, where $B_n$ is the $n$th Bernoulli number.
And also $-\zeta(1-n) = B_n/n$, where $\zeta$ is Riemann's $\zeta$ function.
Is there some reason why one should expect these to be the same, as opposed to proofs that convince you that they are?
The moment generating function of $U([-1,0])$ is $\mathbb{E}(\mathrm{e}^{t u}) = \int_0^1 \mathrm{e}^{-t v} \mathrm{d} v = \frac{1}{t} \left(1 - \mathrm{e}^{-t}\right) $.
The cumulant generating function is the logarithm of the moment generating function: $\mathcal{c}(t) = \log \left(\frac{1}{t} \left(1 - \mathrm{e}^{-t}\right) \right)$.
Now, find $t \frac{\mathrm{d}}{\mathrm{d} t} \left( \mathcal{c}(t) \right)$: $$ t \mathcal{c}^\prime(t) = -1 + \frac{t}{\mathrm{e}^t-1} = \sum_{n \ge 1} \frac{t^n}{n!} B_n $$ And therefore, integrating term-wise we get: $$ \mathcal{c}(t) = \sum_{n \ge 1} \frac{t^n}{n!} \frac{B_n}{n} $$
Of course, this is more of the derivation side...