diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-06-20 06:38:45 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-06-20 06:38:45 +0100 |
| commit | 82bf6d2ebf2c459bdfac66bafec0ace12ad0a06b (patch) | |
| tree | de3a609cf0c2940e762b85388303d3dd2f33c541 | |
| parent | cf74c017563b79bd9e1cceb10990bf13e40125f7 (diff) | |
| parent | b842af30d05d67f5d492653a8c80a935b313a301 (diff) | |
| download | perlweeklychallenge-club-82bf6d2ebf2c459bdfac66bafec0ace12ad0a06b.tar.gz perlweeklychallenge-club-82bf6d2ebf2c459bdfac66bafec0ace12ad0a06b.tar.bz2 perlweeklychallenge-club-82bf6d2ebf2c459bdfac66bafec0ace12ad0a06b.zip | |
Merge branch 'master' of github.com:drbaggy/perlweeklychallenge-club
| -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... |
