File :-(, x, )
Anonymous
i really have no idea who else to ask, theres a hint to the password on a computer here, but i dont know wtf it means, help guys,

Sigma(n=0,1) {2n+1}
>> Anonymous
sigma denotes the summation operation, n is apparently an array of bytes from 0 to 1, and the operation 2n+1 is to run using the n array.

the answer, to my calculation, is either 3 or 4, depending on how you translate the problem.
>> Anonymous
Sigma sums up functions.

Your function is: 2n+1
n is initially set to 1 and there should be 1 run. (n=0,1)

2 * 0 + 1 = 1

So you should try 1
>> Anonymous
errr n set to zero *g*