Let $a_n$ is the number of orderly divisions of set $\left\{ 1,2,...,n \right\}$ (which means that the sequence of blocks is important, but not the order of elements in blocks). Prove that: $\displaystyle \sum_{k}\left[n\atop k\right]a_k=n!2^{n-1}$ for $n\ge 1$.
Is it possible to prove this by induction on $n$? I think combinatorial interpretation will be easier way, but I don't know how to do that.
I managed to find a more direct combinatorial argument. $n!\,2^{n-1}$ is the number of ways to choose a permutation $\pi$ of $[n]$ and insert bars in any subset of the spaces between the elements of the permutation. In other words, it counts the strings of the form $$\pi_1\mid\pi_2\mid\dots\mid\pi_k\tag{1}$$ such that $\pi=\pi_1\dots\pi_k$ and $|\pi_i|>0$ for $i=1,\dots,k$.
Let $\sigma=\pi_1\mid\pi_2\mid\dots\mid\pi_k$ by such a string, and consider a $\pi_i=a_1a_2\dots a_m$, say. Break $\pi_i$ into segments in the following way. The first segment begins with $a_1$. If $a_1=\max\{a_j:j=1,\dots m\}$, there is only one segment, $\pi_i$. Otherwise, the second segment begins with the first $a_j$ larger than $a_1$. Continue in this fashion: $a_j$ begins a new segment iff $a_j>a_\ell$ for all $\ell<j$. Now reinterpret each of these segments as a cycle, $\pi_i$ as an unordered set $A_i$ of disjoint cycles, and $\sigma$ as a sequence $\langle A_1,\dots,A_k\rangle$ of $k$ unordered sets of cycles that collectively exhaust $[n]$. Let $S$ be the set of such $\langle A_1,\dots,A_k\rangle$; clearly from each $\langle A_1,\dots,A_k\rangle\in S$ we can reconstruct the corresponding $\pi$ of form $(1)$, so $|S|=n!\,2^{n-1}$.
For $1\le\ell\le n$ let $S_\ell$ be the set of $\langle A_1,\dots,A_k\rangle\in S$ such that $A_1\cup\dots\cup A_k$ contains $\ell$ cycles. $\left[n\atop \ell\right]$ is the number of ways to partition $[n]$ into $\ell$ parts and assign a cyclic order to each part, so it is simply the number of sets $\{\sigma_1,\dots,\sigma_\ell\}$, where the $\sigma_i$ are disjoint cycles whose union is $[n]$. Then $a_\ell$ is the number of orderly divisions $\langle A_1,\dots,A_k\rangle$ of $\{\sigma_1,\dots,\sigma_\ell\}$. Thus, $\left[n\atop\ell\right]a_\ell$ is the number of ways to break $[n]$ into $\ell$ cycles, partition the set of cycles, and order the partition, i.e., $\left[n\atop\ell\right]a_\ell=|S_\ell|$. Since $S=\bigcup\limits_{\ell=1}^nS_\ell$, and the $S_\ell$ are pairwise disjoint, it follows that $$n!\,2^{n-1}=\sum_{\ell=1}^n\left[n\atop\ell\right]a_\ell\;,$$ as desired.