Skip to content

Instantly share code, notes, and snippets.

@almorel
Created June 1, 2012 15:21
Show Gist options
  • Save almorel/2852915 to your computer and use it in GitHub Desktop.
Save almorel/2852915 to your computer and use it in GitHub Desktop.
Nombre de Mersenne
import math
for i in range(100):
print pow(2,i)-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment