from math import sqrt, prod from itertools import combinations def premiers(n): prem=list(range(2,n+1)) k=2 nRacine=sqrt(n) while k