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}
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.
Sigma sums up functions.Your function is: 2n+1n is initially set to 1 and there should be 1 run. (n=0,1)2 * 0 + 1 = 1So you should try 1
errr n set to zero *g*