I am having trouble creating this list [5^3,8^2,11^3,14^2,17^3]=[125, 64, 1331, 196, 4913] - using a for loop.
Here is the code that I have so far, but I am not sure if i