The goal is to print the powers 1 to 5 of each number from 2 to 20. The output should look like this:
2 4 8 16 32
3 9 27 81 243
4 16 64 256 1024
...<