diff options
| author | James Smith <js5@sanger.ac.uk> | 2022-06-20 06:03:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-20 06:03:38 +0100 |
| commit | b842af30d05d67f5d492653a8c80a935b313a301 (patch) | |
| tree | 66b767fef352fbb2731ab4fcbc54aa407d841272 | |
| parent | 6a9feeb8fdbf9ee0abfed66d51bda92b443c1801 (diff) | |
| download | perlweeklychallenge-club-b842af30d05d67f5d492653a8c80a935b313a301.tar.gz perlweeklychallenge-club-b842af30d05d67f5d492653a8c80a935b313a301.tar.bz2 perlweeklychallenge-club-b842af30d05d67f5d492653a8c80a935b313a301.zip | |
Update README.md
| -rw-r--r-- | challenge-169/james-smith/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/challenge-169/james-smith/README.md b/challenge-169/james-smith/README.md index 5c699ca4f3..9593e23f10 100644 --- a/challenge-169/james-smith/README.md +++ b/challenge-169/james-smith/README.md @@ -236,6 +236,7 @@ Some examples for larger values of `n` are: | 300,000 | 69,976,609,587 | 3<sup>3</sup>.50909<sup>2</sup> | | 325,000 | 81,981,196,443 | 3<sup>3</sup>.55103<sup>2</sup> | | 350,000 | 94,917,245,000 | 2<sup>3</sup>.5<sup>4</sup>.4357<sup>2</sup> | +| 375,000 | 108,802,180,800 | 2<sup>6</sup>.3<sup>5</sup>.5<sup>2</sup>.23<sup>4</sup> | And these are the first numbers with `n` digits... |
