The puzzlehunt has ended, thanks for playing!
Puzzlehunt 2014

Reset Puzzle State

Mersenne Tree

h(x) = 9a41b9f086d8945c0ef94c6f4e108b7a94963437f27da92001de1c4e50bdf2fe

Solution

author: unknown

h(x) looks like a cryptographic hash, and refreshing the page shows it changes every 5s. We find that the SHA256 hash of the unix time (floored by 5 seconds) gives us the same hash. Thus the answer is the current unix time (and values within ± a minute are accepted).