mirror of
https://github.com/correl/euler.git
synced 2024-11-30 11:09:52 +00:00
Doc cleanup
git-svn-id: file:///srv/svn/euler@65 e5f4c3ec-3c0c-11df-b522-21efaa4426b5
This commit is contained in:
parent
672eb30f3e
commit
bfa89ab07c
1 changed files with 1 additions and 1 deletions
2
e029.py
2
e029.py
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- 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:
|
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
|
2**2=4, 2**3=8, 2**4=16, 2**5=32
|
||||||
|
|
Loading…
Reference in a new issue