Guest User

Untitled

a guest
Jan 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. MersenneFermat(lb,ub)={
  2. forprime(p=lb,ub,
  3. if(!(lift(Mod(2,2^p-1)^(2^(p-1)-1))==1),print(p)))
  4. }
Add Comment
Please, Sign In to add comment