aboutsummaryrefslogtreecommitdiff
path: root/challenge-149
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.freedom.nl>2022-01-28 15:29:08 +0100
committerAbigail <abigail@abigail.freedom.nl>2022-01-28 15:29:08 +0100
commitfe59e5710685c4749091168f346dcff154c5d57a (patch)
treea58dfb6f59fea42db8f32259fb76e1412c42868f /challenge-149
parent6fbb0c972e74ce8ccc75165e21f6cf2df77e1963 (diff)
downloadperlweeklychallenge-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.pl2
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;