If:
2 things make 4 thingis and
3 things make 8 thingis and
2 - 4
3 - 8
4 - 16
5 - 32
etc..
As you see the second number gets doubled. What I want to make is a script where when I give it a number (first #) it'll calculate and return the corresponding number (second #). So when I give it 3, it'll return 8 and 4 will return 14 and 6 will return 64 and etc... like on the table..
Please help me to come up with such script!