From c0f90e4df4028f1f8983b0015ebfce6f846589cf Mon Sep 17 00:00:00 2001 From: James Smith Date: Mon, 20 Jun 2022 10:18:57 +0100 Subject: Update README.md --- challenge-169/james-smith/README.md | 26 +++++++++++++------------- 1 file 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 | 23.32 | -| 2 | 108 | 22.33 | -| 14 | 1,125 | 32.53 | -| 61 | 10,125 | 34.53 | -| 253 | 100,352 | 211.72 | -| 917 | 1,000,188 | 22.36.73 | -| 3,159 | 10,011,125 | 53.2832 | -| 10,554 | 100,018,800 | 24.36.52.73 | -| 34,562 | 1,000,042,200 | 23.36.52.193 | -| 111,892 | 10,000,373,888 | 27.88392 | -| 359,341 | 100,001,075,328 | 27.32.72.116 | +| Digits | Index | Value | Factors | +| ------ | -----------: | -------------------: | ------------------------------------------------------------ | +| 2 | 1 | 72 | 23.32 | +| 3 | 2 | 108 | 22.33 | +| 4 | 14 | 1,125 | 32.53 | +| 5 | 61 | 10,125 | 34.53 | +| 6 | 253 | 100,352 | 211.72 | +| 7 | 917 | 1,000,188 | 22.36.73 | +| 8 | 3,159 | 10,011,125 | 53.2832 | +| 9 | 10,554 | 100,018,800 | 24.36.52.73 | +| 10 | 34,562 | 1,000,042,200 | 23.36.52.193 | +| 11 | 111,892 | 10,000,373,888 | 27.88392 | +| 12 | 359,341 | 100,001,075,328 | 27.32.72.116 | ### Github formatting script.... -- cgit