aboutsummaryrefslogtreecommitdiff
path: root/challenge-169/james-smith
diff options
context:
space:
mode:
authorJames Smith <js5@sanger.ac.uk>2022-06-20 10:18:57 +0100
committerGitHub <noreply@github.com>2022-06-20 10:18:57 +0100
commitc0f90e4df4028f1f8983b0015ebfce6f846589cf (patch)
treeb53790bfe2480f81645006fad81ea793587ccfee /challenge-169/james-smith
parentd3452f5e619eb5643419ef7798a3a4f98e08471a (diff)
downloadperlweeklychallenge-club-c0f90e4df4028f1f8983b0015ebfce6f846589cf.tar.gz
perlweeklychallenge-club-c0f90e4df4028f1f8983b0015ebfce6f846589cf.tar.bz2
perlweeklychallenge-club-c0f90e4df4028f1f8983b0015ebfce6f846589cf.zip
Update README.md
Diffstat (limited to 'challenge-169/james-smith')
-rw-r--r--challenge-169/james-smith/README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/challenge-169/james-smith/README.md b/challenge-169/james-smith/README.md
index 9593e23f10..686f887107 100644
--- a/challenge-169/james-smith/README.md
+++ b/challenge-169/james-smith/README.md
@@ -240,19 +240,19 @@ Some examples for larger values of `n` are:
And these are the first numbers with `n` digits...
-| Index | Value | Factors |
-| -----------: | -------------------: | ------------------------------------------------------------ |
-| 1 | 72 | 2<sup>3</sup>.3<sup>2</sup> |
-| 2 | 108 | 2<sup>2</sup>.3<sup>3</sup> |
-| 14 | 1,125 | 3<sup>2</sup>.5<sup>3</sup> |
-| 61 | 10,125 | 3<sup>4</sup>.5<sup>3</sup> |
-| 253 | 100,352 | 2<sup>11</sup>.7<sup>2</sup> |
-| 917 | 1,000,188 | 2<sup>2</sup>.3<sup>6</sup>.7<sup>3</sup> |
-| 3,159 | 10,011,125 | 5<sup>3</sup>.283<sup>2</sup> |
-| 10,554 | 100,018,800 | 2<sup>4</sup>.3<sup>6</sup>.5<sup>2</sup>.7<sup>3</sup> |
-| 34,562 | 1,000,042,200 | 2<sup>3</sup>.3<sup>6</sup>.5<sup>2</sup>.19<sup>3</sup> |
-| 111,892 | 10,000,373,888 | 2<sup>7</sup>.8839<sup>2</sup> |
-| 359,341 | 100,001,075,328 | 2<sup>7</sup>.3<sup>2</sup>.7<sup>2</sup>.11<sup>6</sup> |
+| 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> |
+| 5 | 61 | 10,125 | 3<sup>4</sup>.5<sup>3</sup> |
+| 6 | 253 | 100,352 | 2<sup>11</sup>.7<sup>2</sup> |
+| 7 | 917 | 1,000,188 | 2<sup>2</sup>.3<sup>6</sup>.7<sup>3</sup> |
+| 8 | 3,159 | 10,011,125 | 5<sup>3</sup>.283<sup>2</sup> |
+| 9 | 10,554 | 100,018,800 | 2<sup>4</sup>.3<sup>6</sup>.5<sup>2</sup>.7<sup>3</sup> |
+| 10 | 34,562 | 1,000,042,200 | 2<sup>3</sup>.3<sup>6</sup>.5<sup>2</sup>.19<sup>3</sup> |
+| 11 | 111,892 | 10,000,373,888 | 2<sup>7</sup>.8839<sup>2</sup> |
+| 12 | 359,341 | 100,001,075,328 | 2<sup>7</sup>.3<sup>2</sup>.7<sup>2</sup>.11<sup>6</sup> |
### Github formatting script....