aboutsummaryrefslogtreecommitdiff
path: root/challenge-170
diff options
context:
space:
mode:
authorJames Smith <js5@sanger.ac.uk>2022-06-25 03:09:50 +0100
committerGitHub <noreply@github.com>2022-06-25 03:09:50 +0100
commit1acb2f952d8216b370fd868adece6b7614f7ba96 (patch)
tree010939f3ea1ad34a3bfb6307425f1fbcaee04470 /challenge-170
parent444f7742f15f9ac192ff7a9be4048b99f1bf11a2 (diff)
downloadperlweeklychallenge-club-1acb2f952d8216b370fd868adece6b7614f7ba96.tar.gz
perlweeklychallenge-club-1acb2f952d8216b370fd868adece6b7614f7ba96.tar.bz2
perlweeklychallenge-club-1acb2f952d8216b370fd868adece6b7614f7ba96.zip
Update README.md
Diffstat (limited to 'challenge-170')
-rw-r--r--challenge-170/james-smith/README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/challenge-170/james-smith/README.md b/challenge-170/james-smith/README.md
index c542579da3..b88b247b6e 100644
--- a/challenge-170/james-smith/README.md
+++ b/challenge-170/james-smith/README.md
@@ -47,9 +47,7 @@ say$a=1;forprimes{say$a*=$_}23 # 30 bytes
### Aside - Last week's challenge - Achilles numbers.
-There is a connection with last weeks challenge here. The lowest Achilles number with `n` distinct prime factors is
-
-` 2 * P(n)^2`
+There is a connection with last weeks challenge here. The lowest Achilles number with `n` distinct prime factors is `2 * P(n)^2`
So we have: