Data update

This commit is contained in:
Ingy döt Net 2025-02-27 18:35:13 -05:00
parent 8e4e15fa56
commit 72eb4943cb
1853 changed files with 35514 additions and 9441 deletions

View file

@ -11,6 +11,8 @@ val listproper = fn(x) {
writeln "The proper divisors of the following numbers are :"
writeln listproper(10)
exit 0
var mx = 0
var most = []
for n in 2 .. 20_000 {
@ -22,5 +24,5 @@ for n in 2 .. 20_000 {
}
}
writeln "The following number(s) <= 20000 have the most proper divisors ({{mx}})"
writeln "The following number(s) <= 20000 have the most proper divisors ({{max}})"
writeln most