Tomorrow (May, 25) is Towel Day and to participate in the event I wrote a silly python script:

python -c "l=[ord(c)-ord('a') for c in 'linux'];print l[0]+l[1]+l[2]//l[3]+l[4]"

My idea was to get this result with recursion from any word passed to one function... it was impractical.

And don't forget that Forty Two is the Answer to Life, the Universe and Everything.