Applying the affine substitution $u = \frac{x - \alpha}{\beta - \alpha}$, $dx = \frac{du}{\beta - \alpha}$, transforms the integral to
$$(-1)^k (\beta - \alpha)^{j + k + 1} \int_0^1 u^j (1 - u)^k \,du$$
so, there's no loss of generality if we consider $\alpha = 0, \beta = 1$ and consider just the integral, which also eliminates the pesky minus sign.
Now,
$$\int_0^1 u^j (1 - u)^k \,du = \mathrm{B}(j + 1, k + 1) = \frac{\Gamma(j + 1) \Gamma(k + 1)}{\Gamma(j + k + 2)} ,$$ where $\mathrm{B}$ and $\Gamma$ are the beta and gamma functions, respectively.
If $j, k \in \Bbb N$, this expression specializes to
$$\frac{j! k!}{(j + k + 1)!} = \frac{1}{(j + k + 1)} \frac{1}{{j + k} \choose j} .$$
Now, the sequence you've observed might be simpler to regard as one sequence formed by interweaving two different sequences, one term at a time.
The second is the sequence of values with $k = j$, namely,
$$b_j := \int_0^1 u^j (1 - u)^j \,du = \frac{1}{(2 j + 1)!} \frac{1}{{2 j} \choose j} ,$$
and starting from $j = 0$ the reciprocals $\frac{1}{b_j}$ of the entries are $$ 1, 6, 30, 140, 630, 2772, 12012, 51480, 218790, 923780 .$$ This latter sequence is A002457 and appears in numerous other contexts, mostly combinatorial. Up to a natural choice of scaling factor this sequence gives the ratio of volumes of the $(2 j + 1)$ sphere and the $(2 j)$-sphere. See Peter Luschny's Oct 12 2015 comment in the link for details.
The first is the sequence of values with $k = j - 1$, namely
$$c_j = \frac{j! (j - 1)!}{(2 j)!} = \frac{1}{(2j)} \frac{1}{{2j - 1} \choose j} ,$$
and we can see that $b_{j - 1} = 2 c_j$. The reciprocals $\frac{1}{c_j}$ are the Apéry numbers A005430: $$2, 12, 60, 280, 1260, 5544, 24024, 102960, 437580, 1847560, \ldots .$$
Asymptotically, we have $$c_j = \frac{\pi}{2^{2 j + 1} \sqrt{j}} + R_j,$$
where $R_j \in O(2^{-(2 j + 1)} j^{-3 / 2})$.
Interleaving $\{b_j\}$ and $\{c_j\}$ produces your sequence, the reciprocals of whose terms are
$$1, 2, 6, 12, 30, 60, 140, 280, 630, 1260, \ldots$$
by setting $$d_m := \frac{1}{m} \frac{1}{{m - 1} \choose {\left\lfloor (m - 1) / 2 \right\rfloor}} .$$
As kipf pointed out, the sequence appears in the OEIS as A100071. Some combinatorial interpretations are given at the link.