A positive integer will be called reachable if it can result from an arithmetic expression obeying the following rules:

For example, $42$ is reachable, since $(1 / 23) \times ((4 \times 5) - 6) \times (78 - 9) = 42$.

What is the sum of all positive reachable integers?