diff options
| author | James Smith <js5@sanger.ac.uk> | 2022-06-20 10:19:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 10:19:41 +0100 |
| commit | 7163d586d6d8bc8dc3747ee295baaa4948447c6e (patch) | |
| tree | 042f4cce1aa213af666a84faf1eea9b821c3ec35 /challenge-169/james-smith | |
| parent | c0f90e4df4028f1f8983b0015ebfce6f846589cf (diff) | |
| download | perlweeklychallenge-club-7163d586d6d8bc8dc3747ee295baaa4948447c6e.tar.gz perlweeklychallenge-club-7163d586d6d8bc8dc3747ee295baaa4948447c6e.tar.bz2 perlweeklychallenge-club-7163d586d6d8bc8dc3747ee295baaa4948447c6e.zip | |
Update README.md
Diffstat (limited to 'challenge-169/james-smith')
| -rw-r--r-- | challenge-169/james-smith/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-169/james-smith/README.md b/challenge-169/james-smith/README.md index 686f887107..fb95af0dfc 100644 --- a/challenge-169/james-smith/README.md +++ b/challenge-169/james-smith/README.md @@ -241,7 +241,7 @@ Some examples for larger values of `n` are: And these are the first numbers with `n` digits... | Digits | Index | Value | Factors | -| ------ | -----------: | -------------------: | ------------------------------------------------------------ | +| -----: | -----------: | -------------------: | ------------------------------------------------------------ | | 2 | 1 | 72 | 2<sup>3</sup>.3<sup>2</sup> | | 3 | 2 | 108 | 2<sup>2</sup>.3<sup>3</sup> | | 4 | 14 | 1,125 | 3<sup>2</sup>.5<sup>3</sup> | |
