Doc cleanup

git-svn-id: file:///srv/svn/euler@65 e5f4c3ec-3c0c-11df-b522-21efaa4426b5
This commit is contained in:
Correl Roush 2010-05-04 19:26:16 +00:00
parent 672eb30f3e
commit bfa89ab07c

View file

@ -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