Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am michaje on github.
  • I am mje (https://keybase.io/mje) on keybase.
  • I have a public key whose fingerprint is A2B9 62CA 1A94 C170 6692 9356 4A93 210E A889 9AD0

To claim this, I am signing this object:

>>> isprime(n**2-999*n+61)
False
>>> n=0
>>> while isprime(n**2-999*n+61): n+=1
...
>>> n
1011