Pty thinks prime numbers are extremely annoying numbers. Specifically, he hates the first k prime numbers.
As ”Hate me Hate my dog.” , if one prime factor of the integer x is what Pty hates, Pty will also hate x.
Now Pty wants to know how many integers in [1,n] he dosen’t hate.
Formally, Pty wants to know $\sum_{x=1}^n$[$\forall$$i$$\in$$[1,k],p[i]$$\nmid$$x$] (p[i] means the $i^{th}$ prime number) .