From 6939f51f9085bb0af3f721e1d47fac3b5a705ec1 Mon Sep 17 00:00:00 2001 From: drbaggy Date: Fri, 18 Jun 2021 07:04:11 +0100 Subject: solutions at foot! --- challenge-117/james-smith/perl/ch-2.pl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/challenge-117/james-smith/perl/ch-2.pl b/challenge-117/james-smith/perl/ch-2.pl index 854c9244b2..248d8d2dfe 100644 --- a/challenge-117/james-smith/perl/ch-2.pl +++ b/challenge-117/james-smith/perl/ch-2.pl @@ -142,3 +142,10 @@ sub schroder_recurrence_rel { } return $S[ $size ]; } + +## +# 1, 2, 6, 22, 90, 394, +# 1806, 8558, 41586, 206098, 1037718, +# 5293446, 27297738, 142078746, 745387038, 3937603038, +# 20927156706, 111818026018, 600318853926, 3236724317174, 17518619320890, +# 95149655201962, 518431875418926, 2832923350929742, 15521467648875090 -- cgit