diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-28 15:29:08 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-28 15:29:08 +0100 |
| commit | fe59e5710685c4749091168f346dcff154c5d57a (patch) | |
| tree | a58dfb6f59fea42db8f32259fb76e1412c42868f /challenge-149 | |
| parent | 6fbb0c972e74ce8ccc75165e21f6cf2df77e1963 (diff) | |
| download | perlweeklychallenge-club-fe59e5710685c4749091168f346dcff154c5d57a.tar.gz perlweeklychallenge-club-fe59e5710685c4749091168f346dcff154c5d57a.tar.bz2 perlweeklychallenge-club-fe59e5710685c4749091168f346dcff154c5d57a.zip | |
Week 149, part 2. Mention additional calculated values.
Diffstat (limited to 'challenge-149')
| -rw-r--r-- | challenge-149/abigail/perl/ch-2.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-149/abigail/perl/ch-2.pl b/challenge-149/abigail/perl/ch-2.pl index 973c45478e..6247245ad6 100644 --- a/challenge-149/abigail/perl/ch-2.pl +++ b/challenge-149/abigail/perl/ch-2.pl @@ -40,6 +40,8 @@ use experimental 'lexical_subs'; # This lookup table was created by ../data/preprocess: # - We fetch the values from https://oeis.org/A287298/b287298.txt, # and inject the value for base = 22 +# - We add values for bases 23, 24, and 25, derived from running the +# OEIS supplied Python program for quite some time. # - We then use bc to translate the decimal numbers to the # appropriate base. # - For bases exceeding 16, bc doesn't use letters, but numbers; |
