Home > amicable

amicable

Amicable is a project mainly written in Dylan, based on the GPL-3.0 license.

Calculates the first n pairs of amicable numbers

This program calculates the first n pairs of amicable numbers.

It is written in Dylan, see http://opendylan.org/ for more information. This program is free software, see COPYING for more information.

To test the Common Lisp implementation start your favourite REPL and type:

(load (compile-file "amicable.lisp")) (amicable-pairs:amicable n)

where n is the number of pairs you'd like to have

Previous:Pingdroid