Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #164: root rot


comp / comp.lang.lisp / Euler 5.

SubjectAuthor
o Euler 5.B. Pym

1
Subject: Euler 5.
From: B. Pym
Newsgroups: comp.lang.lisp
Organization: A noiseless patient Spider
Date: Mon, 17 Jun 2024 12:18 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: No_spamming@noWhere_7073.org (B. Pym)
Newsgroups: comp.lang.lisp
Subject: Euler 5.
Date: Mon, 17 Jun 2024 12:18:56 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <v4p9jf$lcna$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Injection-Date: Mon, 17 Jun 2024 14:18:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3b914719c2918a320d1551e092bd8373";
logging-data="701162"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/chfcyXLJIp19llImriwKi"
User-Agent: XanaNews/1.18.1.6
Cancel-Lock: sha1:8LwTYOgQZlSevIKlOg26TivW3MY=
View all headers

> 2520 is the smallest number that can be divided by each of the
> numbers from 1 to 10 without any remainder.
>
> What is the smallest positive number that is evenly divisible
> (divisible with no remainder) by all of the numbers from 1 to
> 20?

Scheme:

(apply lcm (iota 20 1))
===>
232792560

1

rocksolid light 0.9.8
clearnet tor