diff --git a/e029.py b/e029.py index 8ac4919..85fdc67 100644 --- a/e029.py +++ b/e029.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -""""How many distinct terms are in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100? +"""How many distinct terms are in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100? Consider all integer combinations of a**b for 2 ≤ a ≤ 5 and 2 ≤ b ≤ 5: 2**2=4, 2**3=8, 2**4=16, 2**5=32