Neko learnt a new function $f(n,k)$ today.
$f(n,k)$ is the number of way to select $k$ numbers $a_{i},(a_{i} > 1)$ and $\prod_{i=1}^{k} a_{i} = n$
Neko thinks this function is too easy, so she want to know $\sum_{i = 1} ^ {n} f(i,k)$
Calculate the sum after mod $10^9+7$.
Note that if $n = 6$, $6 = 2 \times 3$ and $n = 3 \times 2$ are different way.