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 3, and n is the number you input, you will get the 3 exponent result.
You input "1,2,3,4,5,6", it means "31, 32, 33, 34, 35, 36", the result is "3, 9, 27, 81, 243, 729".