Skip to content

Instantly share code, notes, and snippets.

@superdaigo
Created August 3, 2013 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superdaigo/6148176 to your computer and use it in GitHub Desktop.
Save superdaigo/6148176 to your computer and use it in GitHub Desktop.
In [1]: for i in range(1,100):
...: if pow(i, 17) % 3569 == 915:
...: print i
...:
2012
5581
9150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment