Rasta calls a number like a Tavas if and only if 1 ≤ a ≤ n and the sum of all primes (like p) that p | a is exactly equal to k.
He asks you to find the number of Tavases.
The first and only line of input contains two integers, n and k (1 ≤ n, k ≤ 106).
Print a single integer, the number of Tavases.
The only Tavases are 7, 10 and 20.