Skip to content

Burned Inside Mystery Cache

Difficulty:
2 out of 5
Terrain:
2.5 out of 5

Size: Size:   small (small)

Join now to view geocache location details. It's free!

Watch

How Geocaching Works

Please note Use of geocaching.com services is subject to the terms and conditions in our disclaimer.

Geocache Description:



 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
def fibonacci(n):
    if n < 2:
        return n
    else:
        return fibonacci(n-1) + fibonacci(n-2)

x = y = 0

for i in range(10,20,3):
        x += fibonacci(i)
        y += fibonacci(i+1)

print(chr(78)+chr(52)+chr(54)+" 16."+str(x%400+24))
print(chr(69)+chr(49)+chr(52)+" 19."+str(y%700/2+43))

Prinesite svoj svinčnik! / Bring your own pen!


Waypoints available on geochecker! Please use them!


GeoCheck.org

Additional Hints (Decrypt)

[Namig/Hint: ] Vina Pnaxne, An ******

Decryption Key

A|B|C|D|E|F|G|H|I|J|K|L|M
-------------------------
N|O|P|Q|R|S|T|U|V|W|X|Y|Z

(letter above equals below, and vice versa)