Note: Data should be separated in coma (,), space, tab, or in separated lines.
Exponentiation is a mathematical operation, written as bn, When the base is 2, and n is the number you input, you will get the 2 exponent result.
You input "1,2,3,4,5,6", it means "21, 22, 23, 24, 25, 26", the result is "2, 4, 8, 16, 32, 64".