diff options
| -rw-r--r-- | challenge-169/james-smith/README.md | 26 |
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.... |
